Skip to content

Commit

Permalink
Update rules/S5344/go/message.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: teemu-rytilahti-sonarsource <[email protected]>
  • Loading branch information
1 parent 68fecaf commit 9d63c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S5344/go/message.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Argon2i: "Use Argon2id instead of Argon2i"
* Argon2id: "Use strong Argon2id parameters"
* For scrypt: "Use strong scrypt parameters"
* For pbkdf2: "Use at least ``+{min_iterations}+`` PBKDF2 iterations"
* For PBKDF2: "Use at least ``+{min_iterations}+`` PBKDF2 iterations"
** If `hash_name` is `"sha1"`, then min_iterations is 1,300,000
** If `hash_name` is `"sha256"`, then min_iterations is 600,000
** If `hash_name` is `"sha512"`, then min_iterations is 210,000
Expand Down

0 comments on commit 9d63c2b

Please sign in to comment.