mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31358 -- Increased salt entropy of password hashers.
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
This commit is contained in:
committed by
Mariusz Felisiak
parent
6bd206e1ff
commit
76ae6ccf85
@@ -212,6 +212,9 @@ Minor features
|
||||
constrained environments. If this is the case, the existing hasher can be
|
||||
subclassed to override the defaults.
|
||||
|
||||
* The default salt entropy for the Argon2, MD5, PBKDF2, SHA-1 password hashers
|
||||
is increased from 71 to 128 bits.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user