From c51258882bbf388f5c4cfc379340097ebe9beda9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 16 Jan 2015 19:27:10 -0500 Subject: Increased the default PBKDF2 iterations. --- docs/releases/1.9.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index f408e4987f..80ad57c053 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -38,7 +38,10 @@ Minor features :mod:`django.contrib.auth` ^^^^^^^^^^^^^^^^^^^^^^^^^^ -* ... +* The default iteration count for the PBKDF2 password hasher has been increased + by 20%. This backwards compatible change will not affect users who have + subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the + default value. :mod:`django.contrib.gis` ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3