Changes between Initial Version and Version 1 of Ticket #31358
- Timestamp:
- Mar 10, 2020, 5:25:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358 – Description
initial v1 5 5 The rational is that modern guidance suggests a 128 bit minimum on salt sizes 6 6 OWASP: https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Password_Storage_Cheat_Sheet.md#salting 7 Python: https://docs.python.org/3/library/hashlib.html#hashlib.pbkdf2_hmac 7 8 NIST: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf 8 9 10 9 11 In the case of NIST this is technically a hard requirement.