Rhaven Posted January 17, 2013 Posted January 17, 2013 After registration account has been registered successfully. But when I look in SQL. The password is in different value. ex. When I create an account with password = Helloworld17 The SQL password value = 7cfd9e20418e002a4d406e00c5390e65 what is the problem?
Kyo Posted January 17, 2013 Posted January 17, 2013 Flux is set to change it to md5 hash, you'll have to remove that if you don't have md5 hash enabled. 1
David Posted January 17, 2013 Posted January 17, 2013 Hello, If you want to disable md5 hash, edit /config/servers.php 'UseMD5' => true, to UseMD5' => false, Hope it helps, goodluck. 1
Rhaven Posted January 18, 2013 Author Posted January 18, 2013 Working, Thanks! but, just want to ask. What does md5 do? How it can help the security?
Asura Posted January 19, 2013 Posted January 19, 2013 Hi Rhaven, MD5 encrypts the plain-text value of the password, so if someone hacks into the MySQL database; they don't know the actual password since it's just a hash value. But if you secure your MySQL, you shouldn't have any problems with this. 1
Question
Rhaven
After registration account has been registered successfully. But when I look in SQL. The password is in different value.
ex. When I create an account with password = Helloworld17
The SQL password value = 7cfd9e20418e002a4d406e00c5390e65
what is the problem?
5 answers to this question
Recommended Posts