|
|
|
|
|
by thegreatpl
3389 days ago
|
|
Actually, Passwords should never be hashed client side. Otherwise, a man in a middle attack could intercept the hash and get your password, allowing them to log in. Instead, the password should be encrypted to the server, and hashed there. |
|