Passwords, md5s, salts
Hi there
I have set up two users with the same password.
Then I compare the two users in MySQL with
[...] md5(CONCAT(password, salt)) [...] FROM user [...]
The two strings are NOT the same. I don't get it, I really don't understand it. The JavaScript function somehow returns another value than PHP's md5().
In functions_login.php: verify_authentication(): $md5password is NOT md5($password). This is driving me crazy.
-orban
|