| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | and moved them to a separate passlib.crypto subpackage. along with this move, made a few api cleanups: * unified all code that's looking up hashes to use new passlib.crypto.lookup_hash() wrapper, which takes care of hash name normalization, loading fallback implementations, and alg metadata inspection, all hidden behind a memoized function. * deprecated pbkdf2() in favor of pbkdf2_hmac() -- only real use, and new signature matches stdlib function. additionally, this version is a bit faster, due to some assumptions that can be made due to the PRF always being HMAC based. * added compile_hmac() helper which does an even more efficient job of pre-compiling a keyed HMAC function; this helped speed up pbkdf2 a bit more. | ||||
| * | large number of assorted documentation updates | Eli Collins | 2012-08-01 | 1 | -1/+1 |
| | | |||||
| * | work on des_crypt family | Eli Collins | 2012-04-13 | 1 | -1/+1 |
| | | | | | | * cleaned up source of des_crypt variants and DES util functions * DES utils functions now have tighter input validation, full UT coverage | ||||
| * | documentation work | Eli Collins | 2011-03-14 | 1 | -5/+4 |
| | | | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc | ||||
| * | doc cleanup - changed hash descriptions from modules -> classes | Eli Collins | 2011-02-16 | 1 | -1/+1 |
| | | |||||
| * | misc | Eli Collins | 2011-02-01 | 1 | -0/+6 |
| | | | | | | | ==== * added documentation * bugfix: ext-des-crypt rounds were being capped at 12 bits, not 24. added ut for regression. | ||||
| * | more work on doc | Eli Collins | 2011-02-01 | 1 | -2/+1 |
| | | |||||
| * | updated docs | Eli Collins | 2011-01-31 | 1 | -0/+17 |
