Why regenerating a password’s hash?
I’ve read http://alias.io/2010/01/store-passwords-safely-with-php-and-mysql/ on how to store passwords using PHP and MySQL, the secure way. Elbert says:
Use a cryptographically strong hashing function like SHA-1 or eve… Continue reading Why regenerating a password’s hash?