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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.