summaryrefslogtreecommitdiff
path: root/passlib/handlers/sha2_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+20
* all os_crypt hashes now forbidden NULL charsEli Collins2012-04-301-3/+5
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-2/+2
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-18/+10
* added experimental GenericHandler.bitsize() method, which estimates bitsize o...Eli Collins2012-04-271-3/+5
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-171-1/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-5/+3
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-4/+4
* tightened OS crypt backend testsEli Collins2012-04-101-0/+1
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-101-388/+326
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-6/+6
* doc tweaksEli Collins2012-03-121-8/+9
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-6/+6
* consolidated some unit testsEli Collins2012-02-091-7/+9
* minor tweaks & fixesEli Collins2012-02-081-3/+5
* large refactor of GenericHandler internalsEli Collins2012-02-081-3/+7
* simplified crypt.crypt() wrappersEli Collins2012-01-191-17/+19
* import cleanupsEli Collins2012-01-181-6/+7
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-4/+4
* builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-051-77/+78
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-3/+3
* fixed conversion typoEli Collins2011-12-061-1/+1
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-20/+20
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* bugfixes from running UTsEli Collins2011-07-091-10/+4
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-1/+1
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+2
* converted remaining handlers to py3 compat (all unix crypt hashes)Eli Collins2011-06-171-52/+73
* tightened salt info specifications; improved salt info conformance testsEli Collins2011-05-031-2/+2
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-0/+2
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-4/+4
* converted most handlers to use new helper classes.Eli Collins2011-04-051-16/+13
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-7/+7
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-2/+2
* big rename: changed base handler class namesEli Collins2011-03-221-3/+3
* big rename: driver->handlerEli Collins2011-03-221-0/+501