summaryrefslogtreecommitdiff
path: root/passlib/utils
Commit message (Expand)AuthorAgeFilesLines
* large rearrangment of structureEli Collins2011-02-162-29/+29
* passlib.utils:rng now uses SystemRandom if urandom available (previously just...Eli Collins2011-02-161-4/+9
* combined sha256/512crypt handlers into sha2_crypt module; updated their UTs; ...Eli Collins2011-02-161-0/+1
* notes, cleanupsEli Collins2011-02-141-51/+0
* cleanupsEli Collins2011-02-142-371/+265
* converted NTHash, PostgresMD5, SHA256Crypt, SunMD5Crypt to classesEli Collins2011-02-142-56/+82
* convert BCrypt, MySQL 41 to classesEli Collins2011-02-142-107/+63
* added some internal notes about linux/bsd des-crypt border casesEli Collins2011-02-131-0/+4
* lazy backend selectionEli Collins2011-02-132-0/+80
* bugfixes; h64.encode_int/decode_int now have big-endian flagEli Collins2011-02-131-12/+23
* cleaned up helper handler classes, converted some more hashesEli Collins2011-02-122-374/+394
* bugfix: h64.encode_dc_int64Eli Collins2011-02-121-5/+16
* trying out sha512_crypt class-based handlerEli Collins2011-02-112-19/+263
* renamed rounds_cost constants to "linear" and "log2"Eli Collins2011-02-091-2/+2
* added rounds_cost informational attributeEli Collins2011-02-071-1/+4
* misc fixesEli Collins2011-02-071-187/+6
* misc notesEli Collins2011-02-041-2/+4
* encode transposed bytesEli Collins2011-02-041-64/+105
* documentation updatesEli Collins2011-02-041-39/+81
* more documentation workEli Collins2011-02-021-3/+3
* work on autogenerating function docstrings for hash modulesEli Collins2011-02-021-8/+145
* added nthash support; document updatesEli Collins2011-02-011-13/+32
* added phpass portable hashEli Collins2011-02-011-0/+18
* miscEli Collins2011-02-011-2/+2
* updated docsEli Collins2011-01-315-97/+73
* rearranged some modulesEli Collins2011-01-301-0/+520
* working on policy for CryptContext, names must now use underscores instead of...Eli Collins2011-01-301-0/+31
* wow. lots of rearrangingEli Collins2011-01-284-235/+249
* md5-crypt now uses stdlib backend if availableEli Collins2011-01-251-1/+1
* moved DES routines to separate moduleEli Collins2011-01-254-698/+771
* work on lanman hashEli Collins2011-01-253-2/+71
* misc stuffEli Collins2011-01-241-0/+189
* optimized _slow_bcrypt, now somewhat faster (still not really usuable in prod...Eli Collins2011-01-211-156/+177
* _slow_crypt: merged des_setkey & des_cipher, since crypt doesnt need multiblockEli Collins2011-01-211-43/+40
* _slow_des_crypt: reordered C6464, PCXROT tables to make perm6464 implementati...Eli Collins2011-01-211-231/+229
* _slow_des_crypt: reordered IE3264 table to make perm3264() implementation sim...Eli Collins2011-01-211-48/+57
* various things to speed up des-cryptEli Collins2011-01-211-43/+61
* refactored _slow_crypt somewhat; added support for ExtDesCrypt formatEli Collins2011-01-211-53/+158
* notesEli Collins2011-01-191-0/+1
* bugfixin'Eli Collins2011-01-192-3/+3
* added CryptHandlerHelper._norm_saltEli Collins2011-01-191-7/+0
* import cleanupsEli Collins2011-01-193-115/+5
* removed a bunch of unused importsEli Collins2011-01-192-37/+39
* removed HashInfoEli Collins2011-01-191-18/+0
* rearranging some moreEli Collins2011-01-194-0/+2009