mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26033 -- Added Argon2 password hasher.
This commit is contained in:
committed by
Tim Graham
parent
74670498e9
commit
b4250ea04a
@@ -70,6 +70,10 @@ Minor features
|
||||
:mod:`django.contrib.auth`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added support for the :ref:`Argon2 password hash <argon2_usage>`. It's
|
||||
recommended over PBKDF2, however, it's not the default as it requires a
|
||||
third-party library.
|
||||
|
||||
* The default iteration count for the PBKDF2 password hasher has been increased
|
||||
by 25%. This backwards compatible change will not affect users who have
|
||||
subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
|
||||
|
||||
Reference in New Issue
Block a user