doc(0036): update password encryption mechanisms#109
Open
savonarola wants to merge 2 commits into
Open
Conversation
zmstone
reviewed
Jun 11, 2026
| * Argon2id with OWASP-compliant memory, iteration, and parallelism parameters; | ||
| * scrypt with OWASP-compliant CPU/memory cost, block size, and parallelization | ||
| parameters; | ||
| * bcrypt with `salt_rounds >= 10`; |
Member
There was a problem hiding this comment.
we should perhaps avoid promoting bcrypt,
document PBKDF2 only.
Contributor
|
on a related note, seems that "soon" we might get argon2 from otp's not in time for this, obviously 😸 |
0fb29ca to
698ea38
Compare
zmstone
reviewed
Jul 3, 2026
| * non-PBKDF2 password hashing algorithms; | ||
| * PBKDF2 with weak or non-recommended MAC functions: `md4`, `md5`, | ||
| `ripemd160`, `sha`, `sha224`; | ||
| * PBKDF2 with an iteration count below the OWASP minimum for the selected MAC |
Member
There was a problem hiding this comment.
above might be too expensive (without rate limiting)
zmstone
reviewed
Jul 3, 2026
| * PBKDF2-HMAC-SHA512 with at least 220,000 iterations. | ||
|
|
||
| The default password hashing configuration should also be secure under the | ||
| `hardened` profile. The hardened default is PBKDF2-HMAC-SHA256 with 600,000 |
Member
There was a problem hiding this comment.
continue to default sha256, change default after we introduce a default rate limiter.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.