|
|
|
|
|
by dsl
4327 days ago
|
|
> use them as forgotten password hashes Please don't. The author tries to trick you into believing it is secure by including a salt. However the resulting key space of the "hash" gives you the same security as a 5-6 character alphanumeric password. A motivated attacker could enumerate all possibilities in a few hours. |
|
Why not the same approach here? if you try to brute force a password reset, you lock out further attempts for a few minutes.