| Commit message (Expand) | Author | Age | Files | Lines |
* | python compat cleanup -- use magic super() calls | Eli Collins | 2020-10-06 | 1 | -3/+3 |
* | cleanup old python compat -- removed str_to_usascii() wrapper | Eli Collins | 2020-10-06 | 1 | -3/+2 |
* | cleanup old python compat -- removed uascii_to_str() wrapper | Eli Collins | 2020-10-06 | 1 | -2/+2 |
* | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 1 | -4/+4 |
* | Merge from stable | Eli Collins | 2019-11-11 | 1 | -2/+8 |
|\ |
|
| * | bugfix: django_argon2: fix some glitches related to recent argon2 "ID" support | Eli Collins | 2019-11-11 | 1 | -2/+8 |
* | | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -10/+10 |
|/ |
|
* | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ... | Eli Collins | 2016-11-22 | 1 | -1/+2 |
* | passlib.handlers.django: added support for django_argon2 | Eli Collins | 2016-11-22 | 1 | -3/+42 |
* | bugfix: bcrypt: fixed some test failures | Eli Collins | 2016-07-01 | 1 | -7/+2 |
* | passlib.hash: Improved handling of hashes which truncate passwords | Eli Collins | 2016-06-29 | 1 | -3/+14 |
* | Enhanced disabled hash management | Eli Collins | 2016-06-26 | 1 | -3/+10 |
* | utils.handlers.HasSalt: set min_salt to default to 0, not None | Eli Collins | 2016-06-26 | 1 | -5/+4 |
* | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 1 | -2/+2 |
* | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 1 | -2/+2 |
* | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -17/+12 |
* | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -7/+5 |
* | django_bcrypt now allows selecting specific bcrypt variants (2b, etc) | Eli Collins | 2015-07-26 | 1 | -9/+0 |
* | Merge from stable | Eli Collins | 2015-07-25 | 1 | -2/+2 |
|\ |
|
| * | retuned/updated default rounds settings for all hashes | Eli Collins | 2015-07-25 | 1 | -2/+2 |
* | | Merge from stable | Eli Collins | 2013-12-27 | 1 | -12/+107 |
|\ \
| |/ |
|
| * | updated rounds values based on timing tests. also: | Eli Collins | 2013-12-22 | 1 | -4/+5 |
| * | django compatibility part 2 | Eli Collins | 2013-12-22 | 1 | -2/+70 |
| * | django compatibility updates (should fix issue 50) | Eli Collins | 2013-12-20 | 1 | -6/+32 |
* | | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -4/+2 |
|/ |
|
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -17/+16 |
* | forgot to document the relaxed=True keyword, and the strict-parameters policy. | Eli Collins | 2012-05-02 | 1 | -0/+16 |
* | assorted bugfixes & additional test coverage | Eli Collins | 2012-04-30 | 1 | -1/+1 |
* | mass rename of old alias for PasswordHash interface | Eli Collins | 2012-04-27 | 1 | -5/+5 |
* | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -11/+41 |
* | near complete rewrite of django plugin, now making public | Eli Collins | 2012-04-27 | 1 | -0/+6 |
* | added support for the new Django 1.4 hash formats | Eli Collins | 2012-04-27 | 1 | -61/+171 |
* | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -1/+1 |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -14/+4 |
* | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -4/+4 |
* | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -12/+14 |
* | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -4/+4 |
* | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -1/+1 |
* | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -3/+3 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -5/+6 |
* | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 1 | -2/+2 |
* | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -3/+2 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -3/+3 |
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -11/+11 |
* | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -0/+1 |
* | bugfix: django_des_crypt now accepts all H64_CHARS in salt [issue 22] | Eli Collins | 2011-09-12 | 1 | -23/+52 |
* | added documentation for Django hashes & context | Eli Collins | 2011-07-10 | 1 | -5/+55 |
* | django work | Eli Collins | 2011-06-30 | 1 | -109/+42 |
* | added in-progress work on django hashes | Eli Collins | 2011-06-22 | 1 | -0/+211 |