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 987cfd0 commit 68fecaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/S5344/go/message.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Argon2id: "Use strong Argon2id parameters"
* For scrypt: "Use strong scrypt parameters"
* For pbkdf2: "Use at least ``+{min_iterations}+`` PBKDF2 iterations"
** If `hash_name` is `"sha1"`, then min_iterations is 1300000
** If `hash_name` is `"sha256"`, then min_iterations is 600000
** If `hash_name` is `"sha512"`, then min_iterations is 210000
** 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
* For bcrypt: "Use at least 10 rounds of bcrypt"

0 comments on commit 68fecaf

Please sign in to comment.