| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from stable | Eli Collins | 2020-10-08 | 1 | -1/+6 |
| |\ |
|
| | * | bugfix: python2.6 compat fixes -- a few "{}" set constructors slipped in. | Eli Collins | 2020-10-07 | 1 | -3/+8 |
| | * | passlib.context: now raises UnknownHashError() if hash can't be identified. | Eli Collins | 2020-10-07 | 1 | -1/+1 |
| * | | cleanup old python compat - assorted minor cleanups & fixes from conversion | Eli Collins | 2020-10-06 | 1 | -2/+7 |
| * | | cleanup old python compat -- removed int_types alias | Eli Collins | 2020-10-06 | 2 | -10/+9 |
| * | | cleanup old python compat -- removed join_byte_elems() and join_byte_values()... | Eli Collins | 2020-10-06 | 2 | -8/+6 |
| * | | cleanup old python compat -- removed byte_elem_value() wrapper | Eli Collins | 2020-10-06 | 1 | -1/+1 |
| * | | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 3 | -8/+7 |
| * | | cleanup old python compat -- unified "unicode_or_bytes" aliases | Eli Collins | 2020-10-06 | 1 | -2/+2 |
| * | | cleanup old python compat -- removed "unicode_or_str" and "native_string_type... | Eli Collins | 2020-10-06 | 1 | -2/+2 |
| * | | cleanup old python compat -- removed IO aliases (BytesIO etc) | Eli Collins | 2020-10-06 | 1 | -1/+1 |
| * | | cleanup old python compat -- removed suppress_cause() and error_from() wrappers | Eli Collins | 2020-10-06 | 1 | -1/+1 |
| * | | cleanup old python compat -- removed izip() wrapper | Eli Collins | 2020-10-06 | 1 | -7/+6 |
| * | | cleanup old python compat -- removed irange() alias | Eli Collins | 2020-10-06 | 4 | -23/+21 |
| * | | cleanup old python compat -- removed PY2 & PY3 conditionals | Eli Collins | 2020-10-06 | 2 | -8/+4 |
| * | | cleanup old python compat -- removed all "from __future__" imports | Eli Collins | 2020-10-06 | 2 | -2/+0 |
| * | | Merge from stable | Eli Collins | 2020-10-06 | 1 | -30/+191 |
| |\ \
| |/ |
|
| | * | passlib.crypto.digest: followup to rev db4beabafe1b -- | Eli Collins | 2020-05-04 | 1 | -6/+16 |
| | * | passlib.crypto.digests: added hardcoded fallback info for common hashes; | Eli Collins | 2020-05-02 | 1 | -0/+35 |
| | * | reworked lookup_hash() and create_hex_digest() internals to work better | Eli Collins | 2020-05-02 | 1 | -26/+134 |
| | * | passlib.crypto.digests: cleaned up internal digests table; | Eli Collins | 2020-05-02 | 1 | -4/+12 |
| * | | Merge from stable | Eli Collins | 2019-11-11 | 1 | -2/+73 |
| |\ \
| |/ |
|
| | * | passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86) | Eli Collins | 2019-11-11 | 1 | -2/+73 |
| * | | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -4/+4 |
| |/ |
|
| * | passlib.crypto.scrypt: reworked backend loader internals | Eli Collins | 2017-01-23 | 1 | -38/+52 |
| * | added r"" prefix to some strings, to fix some python 3.6 deprecation warnings | Eli Collins | 2017-01-22 | 1 | -1/+1 |
| * | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ... | Eli Collins | 2016-11-22 | 1 | -1/+2 |
| * | passlib.utils: relocated a bunch of properties & decorators to .utils.decor | Eli Collins | 2016-11-22 | 1 | -1/+2 |
| * | docs: LARGE update to documentation, tutorials added, pages relocated | Eli Collins | 2016-11-20 | 1 | -6/+10 |
| * | docs: corrected / updated various bits of text, especially TOTP docs | Eli Collins | 2016-07-15 | 1 | -9/+10 |
| * | crypto.scrypt: change require keylen>=1, to match pbkdf2_hmac() | Eli Collins | 2016-06-20 | 1 | -2/+2 |
| * | pbkdf2: removed support for M2Crypto backend -- was only useful for sha1 | Eli Collins | 2016-06-20 | 1 | -15/+2 |
| * | pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends. | Eli Collins | 2016-06-20 | 1 | -24/+113 |
| * | cleanup: 'uint4/8' refs incorrectly named, should be 'uint32/64' | Eli Collins | 2016-06-20 | 1 | -7/+7 |
| * | crypto/pbkdf2: refactored to use 3 different builtin backends, added benchmar... | Eli Collins | 2016-06-18 | 1 | -21/+184 |
| * | utils.handlers: split out most of HasManyBackends into separate BackendMixin, | Eli Collins | 2016-06-17 | 1 | -10/+13 |
| * | passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docs | Eli Collins | 2016-06-10 | 4 | -0/+761 |
| * | passlib.crypto: relocated bcrypt backend code from passlib.utils | Eli Collins | 2016-06-10 | 4 | -0/+1584 |
| * | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 4 | -0/+1739 |