summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* passlib.totp: doc fixes, TokenError() no longer requires explicit message,Eli Collins2016-11-191-1/+1
* totp: doc fixes, description of alternate caching strategy, serialization stepEli Collins2016-11-102-18/+122
* totp: TOTP.normalize_token() turned into hybrid method, made public;Eli Collins2016-11-101-7/+9
* totp: added cache_seconds to TotpMatch repr, fixed py3 bug in UTsEli Collins2016-11-101-1/+1
* pwd: updated docs, made default word/charsets public, minor optimizationsEli Collins2016-11-101-12/+43
* docs: updated some docstrings, internal notesEli Collins2016-11-093-2/+9
* docs: updated theme, 'upcoming changes' stylingEli Collins2016-11-091-7/+7
* totp: corrections to tutorialEli Collins2016-11-091-0/+3
* totp: huge overhaul of the documentation, tutorial should be finished (?)Eli Collins2016-11-092-169/+387
* totp: consolidated key parsing code, clarified AppWallet behavior,Eli Collins2016-11-091-1/+1
* totp: lots of documentation updates, added example walkthrough using new systemEli Collins2016-11-082-107/+243
* totp: renamed TOTP.verify() to TOTP.match(); added new TOTP.verify() in it's ...Eli Collins2016-11-082-13/+30
* totp: OTPContext no longer frontend, reduced down to merely holdingEli Collins2016-11-082-27/+9
* totp: added TOTP.using() for constructing TOTP factories with custom configur...Eli Collins2016-11-082-0/+5
* totp: added TOTP.from_source() frontend which detects serialization format,Eli Collins2016-11-082-15/+18
* totp: in place of stateful TOTP methods, expanded the TotpMatch() objectEli Collins2016-11-071-24/+36
* totp: stripped out the 'stateful' methods (TOTP.advance, TOTP.consume, and TO...Eli Collins2016-11-072-87/+5
* totp: no functional code changes, just combined the BaseOTP and TOTP classes,Eli Collins2016-11-072-80/+45
* totp: stripped out BaseOTP subtype resolutionEli Collins2016-11-072-16/+16
* totp: stripping out HOTP support -- not generally used/useful in the real worldEli Collins2016-11-072-70/+9
* docs: marked MCF as "deprecated" in favor of PHC format, notes scrypt & argon...Eli Collins2016-10-043-9/+19
* totp: documented the global from_uri() / from_json() helpers, as well as to_d...Eli Collins2016-10-032-0/+25
* docs: added ref to PHC-SF format specEli Collins2016-10-031-0/+6
* docs: updated styling, tweaked faq wordingEli Collins2016-10-032-7/+8
* totp: added a bunch of tutorial content, relocated nested API documentationEli Collins2016-10-032-46/+558
* docs: missed a few files from previous commitEli Collins2016-07-294-0/+157
* docs: large reorganization of documentationEli Collins2016-07-2914-245/+272
* ran full tests to verify we work under pyston 0.5.1Eli Collins2016-07-151-0/+1
* docs: updated theme (requires latest cloud_sptheme)Eli Collins2016-07-152-5/+17
* docs: corrected / updated various bits of text, especially TOTP docsEli Collins2016-07-153-7/+12
* passlib.totp: large refactoring of API, added support for migration applicati...Eli Collins2016-07-121-0/+6
* docs: noted issue with sha256_cryptEli Collins2016-06-301-0/+19
* docs: cleaned up language & linksEli Collins2016-06-303-4/+8
* CryptContext: added "harden_verify" supportEli Collins2016-06-292-2/+40
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-293-4/+30
* Enhanced disabled hash managementEli Collins2016-06-262-0/+21
* docs: build fixesEli Collins2016-06-233-3/+6
* utils: pinned down unicode/bytes handling for ab64/b64s helpersEli Collins2016-06-221-2/+4
* docs: various updatesEli Collins2016-06-209-42/+118
* docs: misc cleanups & todosEli Collins2016-06-201-1/+1
* scrypt: hash format changedEli Collins2016-06-203-24/+16
* argon2: now requiring argon2pure >= 1.2.2, dropped workarounds for older vers...Eli Collins2016-06-201-1/+1
* pbkdf2: removed support for M2Crypto backend -- was only useful for sha1Eli Collins2016-06-201-6/+1
* pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends.Eli Collins2016-06-202-0/+15
* passlib.hash.argon2: support for Argon2 hash formatEli Collins2016-06-173-0/+138
* docs: replaced a bunch of :meth:`encrypt` referencesEli Collins2016-06-174-6/+6
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-1510-15/+15
* docs / bcrypt: updated doc to recommend bcrypt cffi backendEli Collins2016-06-151-4/+3
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-1511-37/+38
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-4/+26