Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the bcrypt description as discussed in #1532 #1551

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

raphaelahrens
Copy link
Contributor

@raphaelahrens raphaelahrens commented Nov 28, 2024

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

In OWASP#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 OWASP#1532
@jmanico
Copy link
Member

jmanico commented Nov 28, 2024

This is excellent work. Thank you.

@mackowski mackowski merged commit f387056 into OWASP:master Dec 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants