index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
hashers.py
Age
Commit message (
Expand
)
Author
2025-09-17
Increased the default PBKDF2 iterations for Django 6.1.
Jacob Walls
2025-08-27
Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...
Sarah Boyce
2025-08-25
Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...
SaJH
2025-07-31
Fixed #36439 -- Optimized acheck_password by using sync_to_async on verify_pa...
Roel Delos Reyes
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-22
Fixed #36226 -- Accepted str or bytes for password and salt in password hashers.
Roel Delos Reyes
2025-01-15
Increased the default PBKDF2 iterations for Django 6.0.
Sarah Boyce
2024-07-09
Fixed CVE-2024-39329 -- Standarized timing of verify_password() when checking...
Michael Manfre
2024-05-22
Increased the default PBKDF2 iterations for Django 5.2.
Natalia
2024-05-17
Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.
SaJH
2023-09-18
Increased the default PBKDF2 iterations for Django 5.1.
Mariusz Felisiak
2023-09-18
Refs #33691 -- Removed insecure password hashers per deprecation timeline.
Mariusz Felisiak
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
2023-02-04
Increased the default PBKDF2 iterations for Django 5.0.
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Increased the default PBKDF2 iterations for Django 5.0.
Mariusz Felisiak
2023-01-17
Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per de...
Mariusz Felisiak
2022-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
2022-05-17
Increased the default PBKDF2 iterations for Django 4.2.
Carlton Gibson
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-20
Increased the default PBKDF2 iterations for Django 4.1.
Mariusz Felisiak
2021-09-06
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mateo Radman
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-07-22
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mariusz Felisiak
2021-01-14
Increased the default PBKDF2 iterations for Django 4.0.
Mariusz Felisiak
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-06-23
Refs #31358 -- Added decode() to password hashers.
Jon Moroney
2020-06-17
Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.
Florian Apolloner
2020-06-17
Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.
Florian Apolloner
2020-05-13
Increased the default PBKDF2 iterations for Django 3.2.
Mariusz Felisiak
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2019-09-12
Increased the default PBKDF2 iterations for Django 3.1.
Carlton Gibson
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2018-05-17
Increased the default PBKDF2 iterations for Django 2.2.
Tim Graham
2018-05-13
Increased the default PBKDF2 iterations for Django 2.1.
Tim Graham
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-02-26
Fixed #29141 -- Corrected BCryptPasswordHasher's docstring about truncation.
Tim Graham
2018-02-01
Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password...
Jon Dufresne
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
[next]