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
/
crypto
/
digest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from stable
Eli Collins
2020-10-08
1
-1
/
+6
|
\
|
*
bugfix: python2.6 compat fixes -- a few "{}" set constructors slipped in.
Eli Collins
2020-10-07
1
-3
/
+8
|
*
passlib.context: now raises UnknownHashError() if hash can't be identified.
Eli Collins
2020-10-07
1
-1
/
+1
*
|
cleanup old python compat - assorted minor cleanups & fixes from conversion
Eli Collins
2020-10-06
1
-2
/
+7
*
|
cleanup old python compat -- removed int_types alias
Eli Collins
2020-10-06
1
-5
/
+5
*
|
cleanup old python compat -- removed join_byte_elems() and join_byte_values()...
Eli Collins
2020-10-06
1
-4
/
+3
*
|
cleanup old python compat -- replaced "unicode" alias in favor of "str"
Eli Collins
2020-10-06
1
-5
/
+5
*
|
cleanup old python compat -- unified "unicode_or_bytes" aliases
Eli Collins
2020-10-06
1
-2
/
+2
*
|
cleanup old python compat -- removed suppress_cause() and error_from() wrappers
Eli Collins
2020-10-06
1
-1
/
+1
*
|
cleanup old python compat -- removed irange() alias
Eli Collins
2020-10-06
1
-13
/
+13
*
|
cleanup old python compat -- removed PY2 & PY3 conditionals
Eli Collins
2020-10-06
1
-2
/
+2
*
|
cleanup old python compat -- removed all "from __future__" imports
Eli Collins
2020-10-06
1
-1
/
+0
|
/
*
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
1
-0
/
+35
*
reworked lookup_hash() and create_hex_digest() internals to work better
Eli Collins
2020-05-02
1
-26
/
+134
*
passlib.crypto.digests: cleaned up internal digests table;
Eli Collins
2020-05-02
1
-4
/
+12
*
added r"" prefix to some strings, to fix some python 3.6 deprecation warnings
Eli Collins
2017-01-22
1
-1
/
+1
*
passlib.utils: relocated a bunch of properties & decorators to .utils.decor
Eli Collins
2016-11-22
1
-1
/
+2
*
docs: LARGE update to documentation, tutorials added, pages relocated
Eli Collins
2016-11-20
1
-6
/
+10
*
docs: corrected / updated various bits of text, especially TOTP docs
Eli Collins
2016-07-15
1
-9
/
+10
*
pbkdf2: removed support for M2Crypto backend -- was only useful for sha1
Eli Collins
2016-06-20
1
-15
/
+2
*
pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends.
Eli Collins
2016-06-20
1
-24
/
+113
*
cleanup: 'uint4/8' refs incorrectly named, should be 'uint32/64'
Eli Collins
2016-06-20
1
-7
/
+7
*
crypto/pbkdf2: refactored to use 3 different builtin backends, added benchmar...
Eli Collins
2016-06-18
1
-21
/
+184
*
relocated many of the crypto routes inside passlib.utils,
Eli Collins
2016-02-10
1
-0
/
+646