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
/
sha1_crypt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
tightened OS crypt backend tests
Eli Collins
2012-04-10
1
-5
/
+8
*
parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...
Eli Collins
2012-04-10
1
-11
/
+2
*
passlib.exc: added constructors for common errors, should normalize error mes...
Eli Collins
2012-04-10
1
-2
/
+2
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
1
-1
/
+0
*
simplified crypt.crypt() wrappers
Eli Collins
2012-01-19
1
-7
/
+7
*
import cleanups
Eli Collins
2012-01-18
1
-7
/
+6
*
renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...
Eli Collins
2012-01-18
1
-2
/
+2
*
deprecated to_hash_str, replaced all instances with to_native_str
Eli Collins
2011-12-28
1
-2
/
+2
*
ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...
Eli Collins
2011-12-06
1
-6
/
+7
*
added compat.unicode imports in a number of places
Eli Collins
2011-12-06
1
-0
/
+1
*
bugfixes from running UTs
Eli Collins
2011-07-09
1
-1
/
+1
*
GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...
Eli Collins
2011-06-20
1
-0
/
+1
*
converted remaining handlers to py3 compat (all unix crypt hashes)
Eli Collins
2011-06-17
1
-14
/
+18
*
misc cleanups
Eli Collins
2011-06-02
1
-1
/
+0
*
changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...
Eli Collins
2011-04-25
1
-0
/
+1
*
similar to api change, renamed checksum_chars->checksum_size, checksum_charse...
Eli Collins
2011-04-25
1
-1
/
+1
*
api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...
Eli Collins
2011-04-25
1
-3
/
+3
*
minor doc updates
Eli Collins
2011-04-08
1
-0
/
+7
*
added os_crypt backend for bsdi_crypt, sha1_crypt
Eli Collins
2011-04-08
1
-3
/
+18
*
added salt_size option to pbkdf1_{digest} and sha1_crypt
Eli Collins
2011-04-05
1
-1
/
+5
*
converted most handlers to use new helper classes.
Eli Collins
2011-04-05
1
-21
/
+8
*
replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...
Eli Collins
2011-03-28
1
-4
/
+4
*
big rename: changed base handler class names
Eli Collins
2011-03-22
1
-2
/
+2
*
big rename: driver->handler
Eli Collins
2011-03-22
1
-0
/
+128