mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Increase default PBKDF2 iterations
Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version.
This commit is contained in:
@@ -365,6 +365,13 @@ Minor features
|
||||
a list (except on SQLite). This has long been possible (but not officially
|
||||
supported) on MySQL and PostgreSQL, and is now also available on Oracle.
|
||||
|
||||
* The default iteration count for the PBKDF2 password hasher has been
|
||||
increased by 20%. This backwards compatible change will not affect
|
||||
existing passwords or users who have subclassed
|
||||
`django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
|
||||
default value.
|
||||
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user