ryowright
|
1783b3cb24
Fixed #32275 -- Added scrypt password hasher.
|
4 년 전 |
Mariusz Felisiak
|
83022d279c
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encode() methods of some password hashers.
|
3 년 전 |
Mariusz Felisiak
|
a948d9df39
Increased the default PBKDF2 iterations for Django 4.0.
|
4 년 전 |
Jon Moroney
|
76ae6ccf85
Fixed #31358 -- Increased salt entropy of password hashers.
|
4 년 전 |
Jon Moroney
|
6bd206e1ff
Refs #31358 -- Added bcrypt password hashers tests for must_update() with salt().
|
4 년 전 |
Florian Apolloner
|
c76d51b3ad
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
|
4 년 전 |
Jon Moroney
|
136ec9b62b
Refs #31358 -- Added decode() to password hashers.
|
5 년 전 |
Florian Apolloner
|
1621f06051
Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.
|
4 년 전 |
Florian Apolloner
|
ee49cf4f35
Added test for old Argon2i hashes with version attribute.
|
4 년 전 |
Mariusz Felisiak
|
f2187a227f
Increased the default PBKDF2 iterations for Django 3.2.
|
4 년 전 |
Hasan Ramezani
|
8aa71f4e87
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes or strings.
|
5 년 전 |
Hasan Ramezani
|
b3ab92cc5a
Refs #31375 -- Added test for contrib.auth.hashers.make_password() bytes support.
|
5 년 전 |
Hasan Ramezani
|
579f33eb79
Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.
|
5 년 전 |
Mariusz Felisiak
|
1960d55f8b
Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.
|
5 년 전 |
Carlton Gibson
|
b5db65c4fb
Increased the default PBKDF2 iterations for Django 3.1.
|
5 년 전 |
Tim Graham
|
06670015f7
Increased the default PBKDF2 iterations for Django 3.0.
|
6 년 전 |
Tim Graham
|
9792af3648
Increased the default PBKDF2 iterations for Django 2.2.
|
6 년 전 |
Tim Graham
|
cae0107287
Increased the default PBKDF2 iterations for Django 2.1.
|
6 년 전 |
Tim Graham
|
a4f0e9aec7
Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher.
|
7 년 전 |
Tim Graham
|
5b589a47b9
Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
|
7 년 전 |
Tim Graham
|
fa75b2cb51
Refs #27795 -- Removed force_bytes/text() usage in tests.
|
7 년 전 |
Mads Jensen
|
3e72f4b7b6
Completed test coverage for BasePasswordHasher.
|
7 년 전 |
Mads Jensen
|
776f6902d9
Moved BasePasswordHasher tests to its own test case.
|
7 년 전 |
Bruno Alla
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
8 년 전 |
Tim Graham
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
8 년 전 |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 년 전 |
Tim Graham
|
109b33f64c
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
|
8 년 전 |
Simon Charette
|
9695b14982
Refs #23919 -- Removed str() conversion of type and method __name__.
|
8 년 전 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 년 전 |
Tim Graham
|
0bf3228eec
Increased the default PBKDF2 iterations for the 1.11 release cycle.
|
8 년 전 |