summaryrefslogtreecommitdiff
path: root/docs/lib
Commit message (Expand)AuthorAgeFilesLines
* passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-8/+12
* docs / sha crypt: commented out the "implicit_rounds" param in docs,Eli Collins2020-10-061-3/+3
* passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)Eli Collins2020-10-053-2/+7
* passlib.handlers: cases where crypt() returns malformed hashEli Collins2020-10-051-0/+2
* bcrypt / os_crypt backend: now throws new PasswordValueError()Eli Collins2020-05-121-0/+2
* passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256Eli Collins2020-02-162-14/+27
* passlib.hash.bcrypt: added notes re: final salt characterEli Collins2020-02-171-0/+2
* docs: various minor updatesEli Collins2020-02-162-9/+6
* bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-221-2/+10
* docs: minor text & build issuesEli Collins2019-11-191-2/+2
* passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-111-4/+9
* docs: updated password generation section to endorse 'zxcvbn' over alternate ...Thomas “graingert” Grainger2019-03-041-2/+2
* docs: updated password generation section to endorze 'zxcvbn-python' over alt...Eli Collins2017-06-061-15/+5
* docs: updated rounds in bcrypt examples (fixes issue #91)Eli Collins2017-06-062-6/+6
* passlib.apache: updated internal commentsEli Collins2017-01-301-1/+1
* passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
* bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-303-56/+140
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-291-22/+6
* passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-231-1/+1
* docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-221-2/+5
* docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo...Eli Collins2016-11-271-8/+6
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-2531-43/+43
* docs: marked 1.7 release in changelog, various doc updatesEli Collins2016-11-221-19/+21
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-2214-99/+119
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-0/+16
* passlib.handlers.django: added support for django_argon2Eli Collins2016-11-222-13/+68
* bugfix: docs: added sphinx 'orphan' flag to silence errors about redirect pages.Eli Collins2016-11-201-0/+5
* docs: followup to prior commit -- adds stub pages so not to break inbound links.Eli Collins2016-11-201-0/+3
* docs: LARGE update to documentation, tutorials added, pages relocatedEli Collins2016-11-2031-1468/+839
* 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-092-1/+8
* 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-042-3/+5
* totp: documented the global from_uri() / from_json() helpers, as well as to_d...Eli Collins2016-10-032-0/+25