|
|
|
|
|
by niftich
3661 days ago
|
|
I don't follow what you're saying. To compare your new password with your old password, you take the old salt, hash your new password together with it, and compare the result to the old hash. If they match, you're trying to reuse the same password. You do this on the server side, naturally. |
|