Skip to content

Commit

Permalink
S5344: Fix 2**12 -> 2^12 (#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource authored May 17, 2024
1 parent ef3182f commit 3f9e28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S5344/common/fix/bcrypt-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ More than 12 rounds.

For bcrypt's key derivation function, the number of rounds should likewise be
high enough to make the function slow enough to prevent brute force: More than
4096 rounds `+(2**12)+`. +
4096 rounds `+(2^12)+`. +
This number is not the same coefficient as the first one because it uses
a different algorithm.

0 comments on commit 3f9e28f

Please sign in to comment.