summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mark release 1.7.21.7.2Eli Collins2019-11-221-1/+1
* setup: updated classifiersEli Collins2019-11-221-0/+2
* docs: update for releaseEli Collins2019-11-223-4/+4
* bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-224-2/+35
* general: Python 2.6 & 3.3 support deprecated -- added notes in docsEli Collins2019-11-224-2/+23
* docs: minor text & build issuesEli Collins2019-11-193-4/+12
* tests: django compat fixesEli Collins2019-11-192-14/+12
* bugfix: argon2: replace directive with equivalent that will work under py26/3...Eli Collins2019-11-192-2/+7
* tests / tox: updated test settings.Eli Collins2019-11-191-9/+13
* docs: updated build dependanciesEli Collins2019-11-125-11/+22
* passlib.utils.handlers: split _sanitize() helper out as separate mask_value()...Eli Collins2019-11-122-17/+48
* argon2, parsehash tests -- fix some PY2 edge cases detected by CIEli Collins2019-11-112-2/+8
* bugfix: django_argon2: fix some glitches related to recent argon2 "ID" supportEli Collins2019-11-112-2/+12
* passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-115-18/+133
* passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-114-4/+138
* bcrypt: py2 compat fix -- add compat wrapper for edge case in pybcrypt detect...Eli Collins2019-11-111-1/+5
* argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...Eli Collins2019-11-102-1/+20
* argon2 -- added support for type "ID" hashes & for generating type "D" hashes.Eli Collins2019-11-106-59/+369
* added tests for parsehash() method; fixed argon2 error (fixes issue 97)Eli Collins2019-11-105-3/+91
* bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)Eli Collins2019-11-093-10/+26
* docs: update 1.7.2 changelog for everything added to stable since 1.7.1Eli Collins2019-11-092-0/+22
* Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.Eli Collins2019-11-092-5/+4
* additional py38 compat fixesEli Collins2019-11-093-5/+9
* fastpbk2 -> fastpbkdf2David Poggi2018-02-091-1/+1
* Add missing comma in python string list leading to unwanted implicit string c...Ehsan Kia2019-10-041-1/+1
* quickstart.rst: grammar fixesKenyon Ralph2019-01-121-9/+9
* Merged in apevec/passlib/stable (pull request #9)Eli Collins2019-11-092-14/+15
|\
| * Fix for Python 3.8Alan Pevec2019-07-121-3/+8
| * Fix testsuite on LinuxAlan Pevec2019-07-111-2/+4
| * Remove time.clock(), deprecated in 3.8Alan Pevec2019-07-111-9/+3
* | Merged in graingert/passlib/graingert/docs-updated-password-generation-sectio...Eli Collins2019-11-091-2/+2
|\ \ | |/ |/|
| * 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
* docs: pypi redirect msg replaced w/ cloud_sptheme's auto_redirect helper,Eli Collins2017-04-054-21/+28
* argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-042-4/+8
* setup: added $SOURCE_DATE_EPOCH support to revision stampingEli Collins2017-02-141-1/+4
* Added tag 1.7.1 for changeset bccfda37318bEli Collins2017-01-300-0/+0
* bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-304-7/+7
* passlib.apache: updated internal commentsEli Collins2017-01-302-5/+5
* passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
* docs: requiring cloud_sptheme 1.8.2Eli Collins2017-01-302-2/+2
* passlib.tests: fix imports that got dropped during a patchEli Collins2017-01-302-2/+3
* minor update to docs & ignore fileEli Collins2017-01-302-17/+7
* bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-307-191/+620
* tox.ini: updated structure to make it easier to customizeEli Collins2017-01-301-16/+22
* PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-305-69/+239
* passlib.tests: silence some more scrypt backend warnings,Eli Collins2017-01-303-6/+16
* passlib.tests: split cisco hasher tests into separate fileEli Collins2017-01-302-229/+267
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-297-296/+220