cmate Posted April 16, 2009 Share Posted April 16, 2009 I am hoping someone can help - I am looking for options on how I might encrypt a string at 256bit AES without access to m_crypt (or shell exec) in php.?? Link to comment https://forums.phpfreaks.com/topic/154386-aes-encryption-256-without-m_crypt-or-exec/ Share on other sites More sharing options...
jazz Posted April 16, 2009 Share Posted April 16, 2009 http://www.movable-type.co.uk/scripts/aes-php.html Link to comment https://forums.phpfreaks.com/topic/154386-aes-encryption-256-without-m_crypt-or-exec/#findComment-811953 Share on other sites More sharing options...
cmate Posted April 20, 2009 Author Share Posted April 20, 2009 That is great, and I did find a couple other similar scripts, but the problem is that I need the output of the script to be able to be decrypted using the command line 'openssl enc -d' command. I have tried all different tests, emailed the authors, and have had no luck getting the output of any of them to decrypt... Link to comment https://forums.phpfreaks.com/topic/154386-aes-encryption-256-without-m_crypt-or-exec/#findComment-814486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.