summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- removed PY26 conditional, and unittest2 imports.Eli Collins2020-10-061-2/+1
* docs & setup: updates text & setup requirements to indicate we need minimumEli Collins2020-10-065-23/+21
* Merge from stableEli Collins2020-10-0615-44/+211
|\
| * bumped to 1.7.3; updated docs for release1.7.3Eli Collins2020-10-064-6/+6
| * 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-054-2/+14
| * passlib.handlers: cases where crypt() returns malformed hashEli Collins2020-10-052-0/+6
| * passlib.handlers.bcrypt: safe_verify() calls should test for NotImplementedEli Collins2020-10-051-0/+3
| * docs: added notices that python 2 support will be dropped in 1.8 (issue 119)Eli Collins2020-10-033-7/+24
| * docs: minor adjusted to doc languageEli Collins2020-05-121-12/+13
| * bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...Eli Collins2020-05-121-0/+2
| * bcrypt / os_crypt backend: now throws new PasswordValueError()Eli Collins2020-05-122-0/+9
| * bugfix: bcrypt: test vector for "8bit bug" wasn't UTF8 safe,Eli Collins2020-05-121-1/+1
| * bugfix: bcrypt os_crypt backend wasn't being detected properly under py3;Eli Collins2020-05-121-0/+5
| * passlib.tests: fixed bug where HandlerCase.test_82_crypt_support() wasn'tEli Collins2020-05-111-0/+3
| * docs: updated some urls, styling tweaks, bumped copyright yearEli Collins2020-05-113-5/+22
| * docs: require latest CSP theme versionEli Collins2020-05-042-2/+2
| * admin: updated more repository links; as well as links to cloud_spthemeEli Collins2020-05-045-5/+5
| * admin: relocating repository & issue tracker from bitbucket to heptapodEli Collins2020-05-023-2/+36
| * reworked lookup_hash() and create_hex_digest() internals to work betterEli Collins2020-05-021-0/+19
| * passlib.ext.django: fix import that was removed in django 3Eli Collins2020-03-281-0/+2
| * passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compatEli Collins2020-03-281-0/+3
| * passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256Eli Collins2020-02-163-14/+41
| * passlib.hash.bcrypt: added notes re: final salt characterEli Collins2020-02-171-0/+2
| * passlib.utils: have safe_crypt() check if crypt() is returning bytesEli Collins2020-02-171-0/+3
| * docs: various minor updatesEli Collins2020-02-162-9/+6
* | Merge from stableEli Collins2019-11-226-19/+67
|\ \ | |/
| * docs: update for releaseEli Collins2019-11-222-3/+3
| * bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-223-2/+24
| * general: Python 2.6 & 3.3 support deprecated -- added notes in docsEli Collins2019-11-222-1/+21
| * docs: minor text & build issuesEli Collins2019-11-193-4/+12
| * docs: updated build dependanciesEli Collins2019-11-124-11/+9
* | Merge from stableEli Collins2019-11-112-4/+19
|\ \ | |/
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-112-4/+14
| * passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-111-0/+5
* | Merge from stableEli Collins2019-11-108-43/+89
|\ \ | |/
| * argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...Eli Collins2019-11-101-0/+5
| * argon2 -- added support for type "ID" hashes & for generating type "D" hashes.Eli Collins2019-11-102-2/+11
| * added tests for parsehash() method; fixed argon2 error (fixes issue 97)Eli Collins2019-11-101-0/+4
| * bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)Eli Collins2019-11-091-0/+6
| * 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-091-2/+0
| * fastpbk2 -> fastpbkdf2David Poggi2018-02-091-1/+1
| * quickstart.rst: grammar fixesKenyon Ralph2019-01-121-9/+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
| * docs: pypi redirect msg replaced w/ cloud_sptheme's auto_redirect helper,Eli Collins2017-04-053-20/+27
| * argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-041-0/+5
* | Merged in drpoggi/passlib/drpoggi/fastpbk2-fastpbkdf2-1518202787739 (pull req...Eli Collins2019-11-091-1/+1
|\ \