5 ms·
if my memory is correct this is because they don't have access to $password; they get md5($password) from the client and to store that in the database with a sa
by deskpro 13y ago
if my memory is correct this is because they don't have access to $password; they get md5($password) from the client and to store that in the database with a salt need to run md5() again.