| Commit message (Expand) | Author | Age | Files | Lines |
| * | passlib.ext.django: Updated UTs to work with latest django release | Eli Collins | 2020-10-07 | 1 | -8/+12 |
| * | docs / sha crypt: commented out the "implicit_rounds" param in docs, | Eli Collins | 2020-10-06 | 1 | -3/+3 |
| * | passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124) | Eli Collins | 2020-10-05 | 3 | -2/+7 |
| * | passlib.handlers: cases where crypt() returns malformed hash | Eli Collins | 2020-10-05 | 1 | -0/+2 |
| * | bcrypt / os_crypt backend: now throws new PasswordValueError() | Eli Collins | 2020-05-12 | 1 | -0/+2 |
| * | passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256 | Eli Collins | 2020-02-16 | 2 | -14/+27 |
| * | passlib.hash.bcrypt: added notes re: final salt character | Eli Collins | 2020-02-17 | 1 | -0/+2 |
| * | docs: various minor updates | Eli Collins | 2020-02-16 | 2 | -9/+6 |
| * | bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backends | Eli Collins | 2019-11-22 | 1 | -2/+10 |
| * | docs: minor text & build issues | Eli Collins | 2019-11-19 | 1 | -2/+2 |
| * | passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86) | Eli Collins | 2019-11-11 | 1 | -4/+9 |
| * | docs: updated password generation section to endorse 'zxcvbn' over alternate ... | Thomas “graingert” Grainger | 2019-03-04 | 1 | -2/+2 |
| * | docs: updated password generation section to endorze 'zxcvbn-python' over alt... | Eli Collins | 2017-06-06 | 1 | -15/+5 |
| * | docs: updated rounds in bcrypt examples (fixes issue #91) | Eli Collins | 2017-06-06 | 2 | -6/+6 |
| * | passlib.apache: updated internal comments | Eli Collins | 2017-01-30 | 1 | -1/+1 |
| * | passlib.hash.bsdi_crypt.rst edited online with Bitbucket | John McLaughlin | 2017-01-29 | 1 | -1/+1 |
| * | bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem... | Eli Collins | 2017-01-30 | 3 | -56/+140 |
| * | Per issue 83, all "harden_verify" code is now deprecated & a noop. | Eli Collins | 2017-01-29 | 1 | -22/+6 |
| * | passlib.crypto.scrypt: reworked backend loader internals | Eli Collins | 2017-01-23 | 1 | -1/+1 |
| * | docs: update bcrypt docs to indicate correct default scheme (fixes issue 85) | Eli Collins | 2017-01-22 | 1 | -2/+5 |
| * | docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo... | Eli Collins | 2016-11-27 | 1 | -8/+6 |
| * | docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of... | Eli Collins | 2016-11-25 | 31 | -43/+43 |
| * | docs: marked 1.7 release in changelog, various doc updates | Eli Collins | 2016-11-22 | 1 | -19/+21 |
| * | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ... | Eli Collins | 2016-11-22 | 14 | -99/+119 |
| * | passlib.ext.django: large refactor to make things more isolated & testable. | Eli Collins | 2016-11-22 | 1 | -0/+16 |
| * | passlib.handlers.django: added support for django_argon2 | Eli Collins | 2016-11-22 | 2 | -13/+68 |
| * | bugfix: docs: added sphinx 'orphan' flag to silence errors about redirect pages. | Eli Collins | 2016-11-20 | 1 | -0/+5 |
| * | docs: followup to prior commit -- adds stub pages so not to break inbound links. | Eli Collins | 2016-11-20 | 1 | -0/+3 |
| * | docs: LARGE update to documentation, tutorials added, pages relocated | Eli Collins | 2016-11-20 | 31 | -1468/+839 |
| * | passlib.totp: doc fixes, TokenError() no longer requires explicit message, | Eli Collins | 2016-11-19 | 1 | -1/+1 |
| * | totp: doc fixes, description of alternate caching strategy, serialization step | Eli Collins | 2016-11-10 | 2 | -18/+122 |
| * | totp: TOTP.normalize_token() turned into hybrid method, made public; | Eli Collins | 2016-11-10 | 1 | -7/+9 |
| * | totp: added cache_seconds to TotpMatch repr, fixed py3 bug in UTs | Eli Collins | 2016-11-10 | 1 | -1/+1 |
| * | pwd: updated docs, made default word/charsets public, minor optimizations | Eli Collins | 2016-11-10 | 1 | -12/+43 |
| * | docs: updated some docstrings, internal notes | Eli Collins | 2016-11-09 | 2 | -1/+8 |
| * | totp: corrections to tutorial | Eli Collins | 2016-11-09 | 1 | -0/+3 |
| * | totp: huge overhaul of the documentation, tutorial should be finished (?) | Eli Collins | 2016-11-09 | 2 | -169/+387 |
| * | totp: consolidated key parsing code, clarified AppWallet behavior, | Eli Collins | 2016-11-09 | 1 | -1/+1 |
| * | totp: lots of documentation updates, added example walkthrough using new system | Eli Collins | 2016-11-08 | 2 | -107/+243 |
| * | totp: renamed TOTP.verify() to TOTP.match(); added new TOTP.verify() in it's ... | Eli Collins | 2016-11-08 | 2 | -13/+30 |
| * | totp: OTPContext no longer frontend, reduced down to merely holding | Eli Collins | 2016-11-08 | 2 | -27/+9 |
| * | totp: added TOTP.using() for constructing TOTP factories with custom configur... | Eli Collins | 2016-11-08 | 2 | -0/+5 |
| * | totp: added TOTP.from_source() frontend which detects serialization format, | Eli Collins | 2016-11-08 | 2 | -15/+18 |
| * | totp: in place of stateful TOTP methods, expanded the TotpMatch() object | Eli Collins | 2016-11-07 | 1 | -24/+36 |
| * | totp: stripped out the 'stateful' methods (TOTP.advance, TOTP.consume, and TO... | Eli Collins | 2016-11-07 | 2 | -87/+5 |
| * | totp: no functional code changes, just combined the BaseOTP and TOTP classes, | Eli Collins | 2016-11-07 | 2 | -80/+45 |
| * | totp: stripped out BaseOTP subtype resolution | Eli Collins | 2016-11-07 | 2 | -16/+16 |
| * | totp: stripping out HOTP support -- not generally used/useful in the real world | Eli Collins | 2016-11-07 | 2 | -70/+9 |
| * | docs: marked MCF as "deprecated" in favor of PHC format, notes scrypt & argon... | Eli Collins | 2016-10-04 | 2 | -3/+5 |
| * | totp: documented the global from_uri() / from_json() helpers, as well as to_d... | Eli Collins | 2016-10-03 | 2 | -0/+25 |