Removed reference to iteration count in the PBKDF2 hasher docstring.
This commit is contained in:
parent
51b606f75d
commit
19f7278c86
|
@ -221,7 +221,7 @@ class PBKDF2PasswordHasher(BasePasswordHasher):
|
||||||
"""
|
"""
|
||||||
Secure password hashing using the PBKDF2 algorithm (recommended)
|
Secure password hashing using the PBKDF2 algorithm (recommended)
|
||||||
|
|
||||||
Configured to use PBKDF2 + HMAC + SHA256 with 24000 iterations.
|
Configured to use PBKDF2 + HMAC + SHA256.
|
||||||
The result is a 64 byte binary string. Iterations may be changed
|
The result is a 64 byte binary string. Iterations may be changed
|
||||||
safely but you must rename the algorithm if you change SHA256.
|
safely but you must rename the algorithm if you change SHA256.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue