|
|
|
|
|
by devy
2790 days ago
|
|
Yep. Proper password hashing requires per-credential salt, pepper (for all credentials) and a strong algorithm (IV, iterations etc.) Revealing all those information is a leak and arguably making client side hashing less secure (by giving away a lot of parameters for attackers to attack) |
|
None of bcrypt, scrypt, or Argon2 use them and are not materially worse for it.