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

Update PBKDF2 iteration count to more closely align with OWASP recommendations #648

Merged
merged 1 commit into from Mar 12, 2024

Conversation

TaaviE
Copy link
Contributor

@TaaviE TaaviE commented Mar 12, 2024

OWASP recommendation for PBKDF2-SHA256 iteration count is 210 000, the current default is 25 000. Which is nearly an order of magnitude smaller.

In order not to make the leap too huge I've increased it to 100 000 (which also aligns with older OWASP recommendations).

https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2

@andris9 andris9 merged commit 46654da into nodemailer:master Mar 12, 2024
4 checks passed
@TaaviE TaaviE deleted the patch-1 branch March 12, 2024 13:26
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.

None yet

2 participants