-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the bcrypt description as discussed in #1532
In #1532 there was a side discussion by @ja2048 and @jmanico on why the CS mentioned that HMAC would be vulnerable to password shucking, but the linked talk mentioned that even a hash with a pepper would prevent it. So I correcteed the guidance. I further removed the mentioning of PBKDF2, since this suggests that bcrypt + PBKDF2 would give FIPS-140 compliance. I also added that bcrypt should only be used for legacy system which don't have agron2 or scrypt, as discussed in #1532
- Loading branch information
1 parent
6920eb3
commit f3775e6
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters