upsidedownbin Posted September 19, 2009 Share Posted September 19, 2009 Hi all, I have some encrypted values stored in my database, theyre stored in AES_ENCRYPT format, is there a way to retrieve these values in plain text, thankyou Link to comment https://forums.phpfreaks.com/topic/174788-aes_encrypt/ Share on other sites More sharing options...
l4nc3r Posted September 19, 2009 Share Posted September 19, 2009 The answer can be found here: http://tinyurl.com/kjz6qm Link to comment https://forums.phpfreaks.com/topic/174788-aes_encrypt/#findComment-921136 Share on other sites More sharing options...
upsidedownbin Posted September 19, 2009 Author Share Posted September 19, 2009 lol, that made me laugh, however, i have googled the problem lots of times, and the methods are all just SQL and not an integration between SQL and PHP thanks anyway Link to comment https://forums.phpfreaks.com/topic/174788-aes_encrypt/#findComment-921307 Share on other sites More sharing options...
corbin Posted September 19, 2009 Share Posted September 19, 2009 mcrypt_decrypt If you don't want to use the MySQL function AES_DECRYPT. Link to comment https://forums.phpfreaks.com/topic/174788-aes_encrypt/#findComment-921313 Share on other sites More sharing options...
ozestretch Posted September 19, 2009 Share Posted September 19, 2009 The answer can be found here: http://tinyurl.com/kjz6qm lmao... love it Link to comment https://forums.phpfreaks.com/topic/174788-aes_encrypt/#findComment-921315 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.