rspec/rules/S5344/python/message.adoc
Gregory Paidis 933189cd8e
Minor cleanup/refactoring on S5344 for C# and Python (#3936)
* Fix S5344 numbers 100 000 -> 100,000

* Refactor the message for SCrypt.Generate on C#

* Review 1

* Review 1
2024-05-16 14:03:24 +00:00

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"