random1 Posted March 22, 2010 Share Posted March 22, 2010 Hi, I'm currently writing code for storing passwords in a mysql database (1 way). and also storing private messages (2 way). What is the best (most secure and complex) encryption method in MySQL (1way and 2way)? Such as: http://articles.techrepublic.com.com/5100-10878_11-6124013.html but it is too old. http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html#function_aes-encrypt Link to comment https://forums.phpfreaks.com/topic/196073-best-1-way-and-2-way-encryption-methods-in-mysql/ Share on other sites More sharing options...
fenway Posted March 22, 2010 Share Posted March 22, 2010 1-way encryption is called hashing. Link to comment https://forums.phpfreaks.com/topic/196073-best-1-way-and-2-way-encryption-methods-in-mysql/#findComment-1030194 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.