
* Fix S5344 numbers 100 000 -> 100,000 * Refactor the message for SCrypt.Generate on C# * Review 1 * Review 1
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
=== Message
|
|
|
|
For hashlib:
|
|
|
|
* For scrypt: "Use strong scrypt parameters"
|
|
* For pbkdf2_hmac: "Use at least 100,000 PBKDF2 iterations"
|
|
|
|
For Django: "Use a secure hashing algorithm to store passwords"
|