Replies: 0
Hi for the password hashing section in setting
how can I determein if the salt is before or after
external database is using
statement like
$newpassword = crypt(md5($password), $pw_salt);
so a single salt for all passwords , but before or after ?