Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/hashers.py
Commit message (Expand)AuthorAgeFilesLines
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-1/+1
* Explicitly passed rounds as rounds to bcrypt.gensalt()Curtis Maloney2015-07-131-1/+1
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwor...Tim Graham2015-03-311-0/+4
* Removed reference to iteration count in the PBKDF2 hasher...Simon Charette2015-02-201-1/+1
* Fixed PBKDF2PasswordHasher comments to reflect reality.Frank Wiles2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+7
* Increased the default PBKDF2 iterations.Tim Graham2015-01-171-1/+1
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-1/+1
* Simplified caching of password hashers.Aymeric Augustin2014-11-191-27/+26
* Bump the default iterations for PBKDF2.Alex Gaynor2014-07-121-2/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham2013-11-301-1/+1
* Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-...Tim Graham2013-11-091-1/+3
* Force update of the password on iteration count changes.Florian Apolloner2013-10-211-0/+9
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Revert "Ensure that passwords are never long enough for a...Florian Apolloner2013-09-241-28/+1
* Increase default PBKDF2 iterationsPaul McMillan2013-09-191-2/+2
* Ensure that passwords are never long enough for a DoS.Russell Keith-Magee2013-09-151-1/+28
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-3/+3
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-1/+1
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-8/+8
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20675 -- `check_password` should work when no pass...Simon Charette2013-07-031-2/+3
* Fixed #20079 -- Improve security of password reset tokensErik Romijn2013-06-181-7/+10
* Fixed #20593 -- Allow blank passwords in check_password()...Erik Romijn2013-06-181-6/+6
* Fixed #20599 -- Changed wording of ValueError raised by _...Jaap Roes2013-06-151-5/+5
* Recommend using the bcrypt library instead of py-bcryptDonald Stufft2013-05-141-3/+3
* Properly force bytes or str for bcrypt on Python3Donald Stufft2013-05-111-2/+5
* Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft2013-03-261-4/+45
* Fixed #18144 -- Restored compatibility with SHA1 hashes w...Aymeric Augustin2013-02-251-6/+46
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-7/+2
* Added missing parentheses in if clauseClaude Paroz2013-02-021-1/+1
* Fixed #18144 -- Added backwards compatibility with old un...Claude Paroz2013-02-021-1/+4
* Fixed #19509 -- Fixed crypt/bcrypt non-ascii password enc...Claude Paroz2012-12-221-5/+7
* Fixed #18182 -- Made is_usable_password check if hashing ...Claude Paroz2012-09-121-1/+7
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-4/+4
* [py3] Decoded base64-encoded hash in contrib.auth.hashersAndrews Medina2012-08-111-1/+1
* [py3k] use the base64 module, instead of bytes.encode('ba...Alex Gaynor2012-08-091-1/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-0/+2
* Fixed #18184 -- Moved algorithm identification code to ha...Claude Paroz2012-06-061-6/+16
* Delayed encoding of password and salt in password checking.Claude Paroz2012-06-061-9/+4
* Reset password hashers cache on settings_changed.Anssi Kääriäinen2012-04-301-0/+9
* Fixes #17777 and makes tests run again.Paul McMillan2012-02-291-4/+34
* Fixed #17457 -- Marked strings used in hash descriptions ...Aymeric Augustin2011-12-241-16/+17
* Renovated password hashing, including the forgotten files...Paul McMillan2011-12-231-0/+362