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
/
handlers
/
scrypt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
python compat cleanup -- use magic super() calls
Eli Collins
2020-10-06
1
-4
/
+4
*
cleanup old python compat -- removed "unicode_or_str" and "native_string_type...
Eli Collins
2020-10-06
1
-1
/
+1
*
cleanup old python compat -- removed suppress_cause() and error_from() wrappers
Eli Collins
2020-10-06
1
-3
/
+3
*
cleanup old python compat -- removed all "from __future__" imports
Eli Collins
2020-10-06
1
-1
/
+0
*
compat cleanup: replaced all u("") instances with u""
Eli Collins
2017-02-17
1
-4
/
+4
*
passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...
Eli Collins
2016-11-22
1
-1
/
+2
*
passlib.utils: relocated a bunch of properties & decorators to .utils.decor
Eli Collins
2016-11-22
1
-1
/
+2
*
utils.handlers.HasSalt: set min_salt to default to 0, not None
Eli Collins
2016-06-26
1
-1
/
+0
*
scrypt: hash format changed
Eli Collins
2016-06-20
1
-34
/
+160
*
hash.scrypt: refactoring & improvements
Eli Collins
2016-06-17
1
-33
/
+56
*
utils.handlers: consolidated some common test patterns into validate_default_...
Eli Collins
2016-06-17
1
-49
/
+19
*
utils.handlers: split out most of HasManyBackends into separate BackendMixin,
Eli Collins
2016-06-17
1
-11
/
+7
*
renamed PasswordHandler.replace() back to PasswordHandler.using()
Eli Collins
2016-06-15
1
-2
/
+2
*
PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --
Eli Collins
2016-06-15
1
-4
/
+4
*
passlib.handlers: since no longer generating config strings, removed code
Eli Collins
2016-06-15
1
-6
/
+5
*
renamed handler.using() method to handler.replace(),
Eli Collins
2016-06-13
1
-1
/
+1
*
handler.genconfig() / .genhash() deprecated entirely
Eli Collins
2016-06-13
1
-1
/
+1
*
passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docs
Eli Collins
2016-06-10
1
-0
/
+268