Skip to content

Commit

Permalink
fix: correct scrypt parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
avevotsira committed Jan 27, 2025
1 parent c17588f commit 3e12c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/password-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Optionally use the `secret` parameter to pepper your hashes. [See OWASP for deta
Recommended minimum parameters:

- `N`: 16384
- `P`: 16
- `r`: 1
- `r`: 16
- `p`: 1
- `dkLen`: 64

[See OWASP for details](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#scrypt).
Expand Down

0 comments on commit 3e12c73

Please sign in to comment.