|
|
|
|
|
by b3morales
1357 days ago
|
|
If you use the password's hash as a key, the plain text no longer matters, because the hash is now the thing that an attacker needs to forge a credential. So your database is effectively storing the real password, as if you had not used a hash. |
|