summaryrefslogtreecommitdiff
path: root/passlib/handlers/bcrypt.py
Commit message (Expand)AuthorAgeFilesLines
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-171-4/+7
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-2/+3
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-2/+1
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-8/+9
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-7/+5
* tightened OS crypt backend testsEli Collins2012-04-101-2/+7
* minor constant & comment tweaksEli Collins2012-04-101-7/+6
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* bcrypt workEli Collins2012-03-121-36/+53
* various bcrypt improvementsEli Collins2012-03-101-36/+48
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-10/+6
* renamed passlib.exc warning classesEli Collins2012-02-081-3/+3
* large refactor of GenericHandler internalsEli Collins2012-02-081-16/+13
* simplified crypt.crypt() wrappersEli Collins2012-01-191-21/+17
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-5/+6
* misc bugfixes from round of changesEli Collins2012-01-181-1/+2
* import cleanupsEli Collins2012-01-181-5/+4
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-4/+3
* lots of work on scram hashEli Collins2012-01-091-0/+4
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* Merge from defaultEli Collins2011-12-281-1/+1
|\
| * CryptPolicy rewrite part 2Eli Collins2011-12-271-1/+1
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-14/+15
* | added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
|/
* cleaned up eks-blowfish implementation, squeezed a little more speed out of i...Eli Collins2011-11-171-3/+3
* Merge 1.5.3 bugfixesEli Collins2011-10-081-1/+25
|\
| * restored pure-python bcrypt implementation that was removed in r5211db139659Eli Collins2011-09-141-1/+25
* | minor documentation updatesEli Collins2011-10-071-8/+9
* | bcrypt padding work:Eli Collins2011-10-071-13/+35
* | bugfix (issue 25):Eli Collins2011-10-051-3/+45
|/
* minor doc changesEli Collins2011-07-131-1/+4
* bugfixes from running UTsEli Collins2011-07-091-9/+4
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-3/+3
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted remaining handlers to py3 compat (all unix crypt hashes)Eli Collins2011-06-171-21/+41
* added support for BCryptor as bcrypt backendEli Collins2011-06-011-4/+18
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-0/+1
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-1/+1
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-1/+1
* converted most handlers to use new helper classes.Eli Collins2011-04-051-39/+26
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-4/+4
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-1/+1
* removed pure-python bcrypt implementation, wasn't fast enough to be usuable, ...Eli Collins2011-03-241-21/+0
* big rename: changed base handler class namesEli Collins2011-03-221-2/+2
* big rename: driver->handlerEli Collins2011-03-221-0/+193