summaryrefslogtreecommitdiff
path: root/docs/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableEli Collins2020-10-081-8/+12
|\
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-8/+12
* | passlib.hash.bcrypt: remove support for "bcryptor" backendEli Collins2020-10-061-7/+0
* | docs & setup: updates text & setup requirements to indicate we need minimumEli Collins2020-10-061-6/+0
* | Merge from stableEli Collins2020-10-068-28/+49
|\ \ | |/
| * 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
* | Merge from stableEli Collins2019-11-222-4/+12
|\ \ | |/
| * bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-221-2/+10
| * docs: minor text & build issuesEli Collins2019-11-191-2/+2
* | Merge from stableEli Collins2019-11-111-4/+9
|\ \ | |/
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-111-4/+9
* | Merge from stableEli Collins2019-11-103-21/+11
|\ \ | |/
| * 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.context: removed deprecated 'harden_verify' kwdEli Collins2017-01-301-13/+0
* | Merge with stableEli Collins2017-01-306-78/+153
|\ \ | |/
| * 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
* | passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
* | Merge with stableEli Collins2017-01-221-2/+5
|\ \ | |/
| * docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-221-2/+5
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-284-30/+4
|/
* 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