Kaydet (Commit) e43f99d1 authored tarafından Frank Wiles's avatar Frank Wiles Kaydeden (comit) Simon Charette

Fixed PBKDF2PasswordHasher comments to reflect reality.

üst bad5f262
...@@ -221,7 +221,7 @@ class PBKDF2PasswordHasher(BasePasswordHasher): ...@@ -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 20000 iterations. Configured to use PBKDF2 + HMAC + SHA256 with 24000 iterations.
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.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment