index
:
delta/python-packages/passlib.git
1.3.x
Ehsan-Kia/add-missing-comma-in-python-string-list--1570159929332
class-based
cmdline-dev
drpoggi/fastpbk2-fastpbkdf2-1518202787739
drupal7
graingert/docs-updated-password-generation-section-1551709975688
ironpython-support-dev
kenyon/quickstartrst-grammar-fixes-1547285543894
lazy-load
master
mjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666
no2to3-dev
release-1.5
release-1.6
scram-dev
scrypt-dev
speedup
stable
yuvallanger/fix-typo-1451443676093
foss.heptapod.net: python-libs/passlib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
passlib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
passlib.tests.test_utils: reworked safe_crypt() test to not have hardcoded
Eli Collins
2020-10-03
1
-30
/
+59
|
*
passlib.tests: updated platform_crypt_support to reflect openbsd changes;
Eli Collins
2020-10-03
3
-8
/
+25
|
*
py39 compat - fixed some uneeded escape sequences
Eli Collins
2020-10-03
6
-12
/
+12
|
*
tests: fixed some minor UT errors
Eli Collins
2020-10-03
2
-5
/
+6
|
*
docs: minor adjusted to doc language
Eli Collins
2020-05-12
1
-3
/
+6
|
*
registry: tweak get_supported_os_crypt_schemes() warning message
Eli Collins
2020-05-12
1
-1
/
+4
|
*
bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...
Eli Collins
2020-05-12
3
-11
/
+235
|
*
bcrypt: silenced "2a wraparound bug" detection warning for os_crypt backend;
Eli Collins
2020-05-12
1
-5
/
+13
|
*
tests / bcrypt: bcrypt_os_crypt_test now strips out non-UTF8 test vectors und...
Eli Collins
2020-05-12
2
-2
/
+20
|
*
bcrypt / os_crypt backend: now throws new PasswordValueError()
Eli Collins
2020-05-12
2
-18
/
+69
|
*
bugfix: bcrypt: test vector for "8bit bug" wasn't UTF8 safe,
Eli Collins
2020-05-12
2
-9
/
+31
|
*
bugfix: bcrypt os_crypt backend wasn't being detected properly under py3;
Eli Collins
2020-05-12
2
-5
/
+11
|
*
passlib.tests.utils: simplified OsCryptMixin's "alt hasher" test harness code.
Eli Collins
2020-05-12
2
-15
/
+27
|
*
passlib.tests: fixed bug where HandlerCase.test_82_crypt_support() wasn't
Eli Collins
2020-05-11
2
-23
/
+69
|
*
passlib.handlers.digests: make create_hex_digest() required=True by default;
Eli Collins
2020-05-11
1
-4
/
+8
|
*
passlib.crypto.digest: followup to rev db4beabafe1b --
Eli Collins
2020-05-04
1
-6
/
+16
|
*
passlib.crypto.digests: added hardcoded fallback info for common hashes;
Eli Collins
2020-05-02
2
-0
/
+40
|
*
reworked lookup_hash() and create_hex_digest() internals to work better
Eli Collins
2020-05-02
6
-40
/
+257
|
*
passlib.crypto.digests: cleaned up internal digests table;
Eli Collins
2020-05-02
2
-6
/
+16
|
*
passlib.ext.django: fix import that was removed in django 3
Eli Collins
2020-03-28
1
-1
/
+4
|
*
passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compat
Eli Collins
2020-03-28
1
-1
/
+9
|
*
passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256
Eli Collins
2020-02-16
2
-31
/
+259
|
*
passlib.hash.bcrypt: added notes re: final salt character
Eli Collins
2020-02-17
2
-3
/
+9
|
*
passlib.utils: have safe_crypt() check if crypt() is returning bytes
Eli Collins
2020-02-17
1
-0
/
+5
|
*
docs: various minor updates
Eli Collins
2020-02-16
1
-2
/
+6
*
|
Merge from stable
Eli Collins
2019-11-22
9
-34
/
+80
|
\
\
|
|
/
|
*
mark release 1.7.2
1.7.2
Eli Collins
2019-11-22
1
-1
/
+1
|
*
bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backends
Eli Collins
2019-11-22
1
-0
/
+11
|
*
general: Python 2.6 & 3.3 support deprecated -- added notes in docs
Eli Collins
2019-11-22
2
-1
/
+2
|
*
tests: django compat fixes
Eli Collins
2019-11-19
2
-14
/
+12
|
*
bugfix: argon2: replace directive with equivalent that will work under py26/3...
Eli Collins
2019-11-19
2
-2
/
+7
|
*
passlib.utils.handlers: split _sanitize() helper out as separate mask_value()...
Eli Collins
2019-11-12
2
-17
/
+48
|
*
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
2
-2
/
+8
*
|
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
2
-2
/
+8
*
|
Merge from stable
Eli Collins
2019-11-11
9
-21
/
+269
|
\
\
|
|
/
|
*
bugfix: django_argon2: fix some glitches related to recent argon2 "ID" support
Eli Collins
2019-11-11
2
-2
/
+12
|
*
passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)
Eli Collins
2019-11-11
3
-14
/
+119
|
*
passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"
Eli Collins
2019-11-11
3
-4
/
+133
|
*
bcrypt: py2 compat fix -- add compat wrapper for edge case in pybcrypt detect...
Eli Collins
2019-11-11
1
-1
/
+5
*
|
Merge from stable
Eli Collins
2019-11-10
9
-88
/
+502
|
\
\
|
|
/
|
*
argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...
Eli Collins
2019-11-10
1
-1
/
+15
|
*
argon2 -- added support for type "ID" hashes & for generating type "D" hashes.
Eli Collins
2019-11-10
3
-56
/
+357
|
*
added tests for parsehash() method; fixed argon2 error (fixes issue 97)
Eli Collins
2019-11-10
4
-3
/
+87
|
*
bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)
Eli Collins
2019-11-09
2
-10
/
+20
|
*
Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.
Eli Collins
2019-11-09
1
-3
/
+4
|
*
additional py38 compat fixes
Eli Collins
2019-11-09
3
-5
/
+9
|
*
Add missing comma in python string list leading to unwanted implicit string c...
Ehsan Kia
2019-10-04
1
-1
/
+1
|
*
Fix for Python 3.8
Alan Pevec
2019-07-12
1
-3
/
+8
|
*
Fix testsuite on Linux
Alan Pevec
2019-07-11
1
-2
/
+4
|
*
Remove time.clock(), deprecated in 3.8
Alan Pevec
2019-07-11
1
-9
/
+3
[prev]
[next]