|
|
|
|
|
by jm_l
41 days ago
|
|
Typically you store a hash of user passwords instead, then when logging in you hash the user password client-side and compare the hashes. This acts like a one-way function that protects the password while letting the user authenticate themselves. |
|