mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Increased the default PBKDF2 iterations for Django 5.0.
Follow up to 9a1848f48c.
This commit is contained in:
@@ -54,7 +54,7 @@ Minor features
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* The default iteration count for the PBKDF2 password hasher is increased from
|
||||
480,000 to 580,000.
|
||||
600,000 to 720,000.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user