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
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.
Дилян Палаузов
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Increased the default PBKDF2 iterations for the 1.11 release cycle.
Tim Graham
2016-08-04
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
Tim Graham
2016-05-20
Increased the default PBKDF2 iterations.
Tim Graham
2016-04-25
Refs #26033 -- Added password hasher support for Argon2 v1.3.
Bas Westerbaan
2016-03-22
Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-11
Updated some comments for BCryptSHA256PasswordHasher.
Tim Graham
2016-01-09
Fixed a typo in BCryptPasswordHasher docstring
Matt Robenolt
2016-01-02
Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.
Tim Graham
2015-09-23
Increased the default PBKDF2 iterations for the 1.10 release cycle.
Tim Graham
2015-07-13
Explicitly passed rounds as rounds to bcrypt.gensalt()
Curtis Maloney
2015-03-30
Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.
Tim Graham
2015-02-20
Removed reference to iteration count in the PBKDF2 hasher docstring.
Simon Charette
2015-02-20
Fixed PBKDF2PasswordHasher comments to reflect reality.
Frank Wiles
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-16
Increased the default PBKDF2 iterations.
Tim Graham
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-11-19
Simplified caching of password hashers.
Aymeric Augustin
2014-07-11
Bump the default iterations for PBKDF2.
Alex Gaynor
[next]