summaryrefslogtreecommitdiff
path: root/passlib/utils/des.py
Commit message (Collapse)AuthorAgeFilesLines
* documentation workEli Collins2011-02-241-7/+13
| | | | | | | | | | | ================== updated des crypt, crypt16, bigcrypt, bsdi crypt docs: * added details of algorithm * added security issues section * updated deviations text * other doc updates
* misc documentation updatesEli Collins2011-02-241-1/+1
|
* added some internal notes about linux/bsd des-crypt border casesEli Collins2011-02-131-0/+4
|
* miscEli Collins2011-02-011-2/+2
| | | | | | ==== * added documentation * bugfix: ext-des-crypt rounds were being capped at 12 bits, not 24. added ut for regression.
* updated docsEli Collins2011-01-311-14/+0
|
* wow. lots of rearrangingEli Collins2011-01-281-0/+4
| | | | | | | | ======================== * back to 1.2 structure * moved h64 helpers into utils.h64 module * pared down CryptHandler * tightened UTs somewhat
* md5-crypt now uses stdlib backend if availableEli Collins2011-01-251-1/+1
|
* moved DES routines to separate moduleEli Collins2011-01-251-0/+724