Skip to content

Commit d99d65c

Browse files
committed
Update Password_Storage_Cheat_Sheet.md
Add more about default bcrypt work factor
1 parent 532111e commit d99d65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets/Password_Storage_Cheat_Sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Rather than a simple work factor like other algorithms, Argon2id has three diffe
9898

9999
The [bcrypt](https://en.wikipedia.org/wiki/bcrypt) password hashing function should be the second choice for password storage if Argon2id is not available or PBKDF2 is required to achieve FIPS-140 compliance.
100100

101-
The minimum work factor for bcrypt should be 10.
101+
The minimum work factor for bcrypt should be 10. Consider raising the work factor to 12 or more if performance considerations do not negatively impact your system.
102102

103103
#### Input Limits
104104

0 commit comments

Comments
 (0)