|
|
|
|
|
by lesuorac
623 days ago
|
|
Isn't there still an advantage of hash Y is now known and is like abcd1234 while the password X (hunter2) remains unknown? So while you can still authenticate as the user to say facebook you can't login to their linkedin account. Assuming, facebook and linkedin don't use the same client side salt. |
|
You could hash them again before they hit db, but then your not really pre-hashing the passwords clientside. And if you want to change your hashing algorithm or parameters, users can't login until they update their clients.