Sync the number with other parts of the document (#1044)

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
Alexey Palazhchenko 2021-11-10 11:01:37 +03:00 committed by GitHub
parent 6e03cbd10d
commit ac6d4e1e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
=== Password database compromised === Password database compromised
{project_name} does not store passwords in raw text but as hashed text, using the PBKDF2 hashing algorithm. {project_name} performs 20,000 hashing iterations, the number of iterations recommended by the security community. This number of hashing iterations can adversely affect performance as PBKDF2 hashing uses a significant amount of CPU resources. {project_name} does not store passwords in raw text but as hashed text, using the PBKDF2 hashing algorithm. {project_name} performs 27,500 hashing iterations, the number of iterations recommended by the security community. This number of hashing iterations can adversely affect performance as PBKDF2 hashing uses a significant amount of CPU resources.