| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | totp: added a bunch of tutorial content, relocated nested API documentation | Eli Collins | 2016-10-03 | 2 | -46/+558 |
| * | docs: large reorganization of documentation | Eli Collins | 2016-07-29 | 8 | -99/+200 |
| * | docs: corrected / updated various bits of text, especially TOTP docs | Eli Collins | 2016-07-15 | 2 | -3/+8 |
| * | passlib.totp: large refactoring of API, added support for migration applicati... | Eli Collins | 2016-07-12 | 1 | -0/+6 |
| * | docs: noted issue with sha256_crypt | Eli Collins | 2016-06-30 | 1 | -0/+19 |
| * | docs: cleaned up language & links | Eli Collins | 2016-06-30 | 2 | -4/+6 |
| * | CryptContext: added "harden_verify" support | Eli Collins | 2016-06-29 | 2 | -2/+40 |
| * | passlib.hash: Improved handling of hashes which truncate passwords | Eli Collins | 2016-06-29 | 2 | -4/+12 |
| * | Enhanced disabled hash management | Eli Collins | 2016-06-26 | 1 | -0/+15 |
| * | docs: build fixes | Eli Collins | 2016-06-23 | 1 | -1/+1 |
| * | docs: various updates | Eli Collins | 2016-06-20 | 6 | -9/+35 |
| * | scrypt: hash format changed | Eli Collins | 2016-06-20 | 1 | -23/+14 |
| * | pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends. | Eli Collins | 2016-06-20 | 1 | -0/+6 |
| * | passlib.hash.argon2: support for Argon2 hash format | Eli Collins | 2016-06-17 | 2 | -0/+130 |
| * | docs: replaced a bunch of :meth:`encrypt` references | Eli Collins | 2016-06-17 | 3 | -4/+4 |
| * | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 9 | -10/+10 |
| * | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 10 | -21/+11 |
| * | passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3... | Eli Collins | 2016-06-11 | 1 | -1/+34 |
| * | passlib.apache: drastically rewrote parsing & rendering code | Eli Collins | 2016-06-11 | 1 | -2/+5 |
| * | passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docs | Eli Collins | 2016-06-10 | 2 | -0/+121 |
| * | passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treated | Eli Collins | 2016-06-10 | 1 | -0/+15 |
| * | passlib.context: deprecating the 'all' preset scheme -- | Eli Collins | 2016-06-10 | 1 | -0/+5 |
| * | deprecating the 'vary_rounds' option -- *very* little security benefit, | Eli Collins | 2016-06-10 | 2 | -7/+8 |
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 33 | -80/+81 |
| * | passlib.pwd: big cleanup pass, removing code that won't be ready for release | Eli Collins | 2016-02-11 | 1 | -29/+5 |
| * | added reference for cisco_asa algorithm | Eli Collins | 2016-02-10 | 1 | -0/+3 |
| * | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 12 | -49/+90 |
| * | passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann... | Eli Collins | 2016-02-09 | 1 | -2/+4 |
| * | Merge with stable | Eli Collins | 2016-02-09 | 1 | -0/+1 |
| |\ |
|
| | * | CryptContext: callers can now provider contextual keywords for any hash in th... | Eli Collins | 2016-02-08 | 1 | -0/+1 |
| * | | Merge from stable | Eli Collins | 2015-07-25 | 2 | -2/+8 |
| |\ \
| |/ |
|
| | * | clarified behavior doc text | Eli Collins | 2015-07-25 | 1 | -2/+2 |
| | * | added warning about cisco_pix ASA 7.0 compatibility | Eli Collins | 2015-07-25 | 1 | -0/+6 |
| * | | forgot additional doc file from previous cisco_asa commit | Eli Collins | 2015-07-25 | 1 | -0/+14 |
| * | | cisco asa tweaks | Eli Collins | 2015-07-25 | 2 | -20/+39 |
| * | | Merge | Eli Collins | 2015-07-25 | 7 | -21/+151 |
| |\ \ |
|
| | * \ | Merge from stable | Eli Collins | 2015-07-22 | 5 | -17/+67 |
| | |\ \
| | |/ |
|
| | | * | updates changelog & other docs to reflect upcoming 1.6.3 changes | Eli Collins | 2015-07-21 | 1 | -1/+1 |