| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 3 | -9/+19 |
| * | totp: documented the global from_uri() / from_json() helpers, as well as to_d... | Eli Collins | 2016-10-03 | 2 | -0/+25 |
| * | docs: added ref to PHC-SF format spec | Eli Collins | 2016-10-03 | 1 | -0/+6 |
| * | docs: updated styling, tweaked faq wording | Eli Collins | 2016-10-03 | 2 | -7/+8 |
| * | totp: added a bunch of tutorial content, relocated nested API documentation | Eli Collins | 2016-10-03 | 2 | -46/+558 |
| * | docs: missed a few files from previous commit | Eli Collins | 2016-07-29 | 4 | -0/+157 |
| * | docs: large reorganization of documentation | Eli Collins | 2016-07-29 | 14 | -245/+272 |
| * | ran full tests to verify we work under pyston 0.5.1 | Eli Collins | 2016-07-15 | 1 | -0/+1 |
| * | docs: updated theme (requires latest cloud_sptheme) | Eli Collins | 2016-07-15 | 2 | -5/+17 |
| * | docs: corrected / updated various bits of text, especially TOTP docs | Eli Collins | 2016-07-15 | 3 | -7/+12 |
| * | 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 | 3 | -4/+8 |
| * | 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 | 3 | -4/+30 |
| * | Enhanced disabled hash management | Eli Collins | 2016-06-26 | 2 | -0/+21 |
| * | docs: build fixes | Eli Collins | 2016-06-23 | 3 | -3/+6 |
| * | utils: pinned down unicode/bytes handling for ab64/b64s helpers | Eli Collins | 2016-06-22 | 1 | -2/+4 |
| * | docs: various updates | Eli Collins | 2016-06-20 | 9 | -42/+118 |
| * | docs: misc cleanups & todos | Eli Collins | 2016-06-20 | 1 | -1/+1 |
| * | scrypt: hash format changed | Eli Collins | 2016-06-20 | 3 | -24/+16 |
| * | argon2: now requiring argon2pure >= 1.2.2, dropped workarounds for older vers... | Eli Collins | 2016-06-20 | 1 | -1/+1 |
| * | pbkdf2: removed support for M2Crypto backend -- was only useful for sha1 | Eli Collins | 2016-06-20 | 1 | -6/+1 |
| * | pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends. | Eli Collins | 2016-06-20 | 2 | -0/+15 |
| * | passlib.hash.argon2: support for Argon2 hash format | Eli Collins | 2016-06-17 | 3 | -0/+138 |
| * | docs: replaced a bunch of :meth:`encrypt` references | Eli Collins | 2016-06-17 | 4 | -6/+6 |
| * | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 10 | -15/+15 |
| * | docs / bcrypt: updated doc to recommend bcrypt cffi backend | Eli Collins | 2016-06-15 | 1 | -4/+3 |
| * | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 11 | -37/+38 |
| * | renamed handler.using() method to handler.replace(), | Eli Collins | 2016-06-13 | 1 | -4/+26 |
| * | handler.genconfig() / .genhash() deprecated entirely | Eli Collins | 2016-06-13 | 1 | -32/+14 |
| * | passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3... | Eli Collins | 2016-06-11 | 1 | -1/+34 |
| * | docs: update examples to use pbkdf2_sha256 instead of sha256-crypt | Eli Collins | 2016-06-11 | 3 | -28/+31 |
| * | passlib.apache: drastically rewrote parsing & rendering code | Eli Collins | 2016-06-11 | 1 | -2/+5 |
| * | docs: cleanups | Eli Collins | 2016-06-10 | 1 | -4/+8 |
| * | passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docs | Eli Collins | 2016-06-10 | 4 | -13/+131 |
| * | docs: minor changes | Eli Collins | 2016-06-10 | 1 | -2/+5 |
| * | 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 | 3 | -11/+10 |
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 36 | -108/+149 |
| * | changes: updated 1.7 TODO list, reformatted some items | Eli Collins | 2016-02-11 | 1 | -0/+1 |
| * | 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 | 14 | -54/+91 |
| * | 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 | 2 | -0/+3 |
| |\ |
|
| | * | Fix typo | Yuval Langer | 2015-12-30 | 1 | -1/+1 |
| | * | Fix typo | Yuval Langer | 2015-12-30 | 1 | -1/+1 |