1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Increased the default PBKDF2 iterations.

This commit is contained in:
Tim Graham
2016-05-20 09:18:55 -04:00
parent 97c3dfe12e
commit 1915a7e5c5
3 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ Minor features
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The default iteration count for the PBKDF2 password hasher is increased by
20%.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~