mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Increased the default PBKDF2 iterations for Django 3.2.
This commit is contained in:
parent
d106d07f73
commit
f2187a227f
3 changed files with 6 additions and 5 deletions
|
@ -47,7 +47,8 @@ Minor features
|
|||
:mod:`django.contrib.auth`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The default iteration count for the PBKDF2 password hasher is increased from
|
||||
216,000 to 260,000.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue