diff options
| author | Jon Moroney <darakian@gmail.com> | 2020-06-24 19:28:07 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 11:20:28 +0100 |
| commit | 76ae6ccf859bf677bfcb5b992f4c17f5af80ae9d (patch) | |
| tree | 1f1b7bca42ce69a113c725af7dda4603333287a2 /docs/releases/3.2.txt | |
| parent | 6bd206e1ffcd6f2e16d6f615b6ba992448a149a8 (diff) | |
Fixed #31358 -- Increased salt entropy of password hashers.
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 3b1463be6f..307eb73d67 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -212,6 +212,9 @@ Minor features constrained environments. If this is the case, the existing hasher can be subclassed to override the defaults. +* The default salt entropy for the Argon2, MD5, PBKDF2, SHA-1 password hashers + is increased from 71 to 128 bits. + :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
