summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.bigcrypt.rst
Commit message (Collapse)AuthorAgeFilesLines
* documentation updates for last two commitsEli Collins2012-02-081-1/+1
|
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-4/+4
| | | | | | | | | | | * new utils.Base64Engine() provides flexible class for encoding arbitrary base64 charmaps. it should also be a bit faster than the old h64 module. * predefined 'h64' instance has mostly the same methods as the old h64 module which it takes the place off - so imports should be unaffected. (the only the exception of the xxx_dc_xxx methods, which now use the 'h64big' instance) * replaced utils._blowfish base64 encoding with custom Base64Engine instance to reduce code duplication. * more through unittests for Base64Engine.
* docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵Eli Collins2011-07-101-2/+2
| | | | documentation
* documentation workEli Collins2011-03-141-2/+2
| | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc
* finished documenting specific interface details for all existing password hashesEli Collins2011-03-031-7/+7
|
* updated documentation for des-crypt & md5-crypt variantsEli Collins2011-03-031-2/+3
|
* documentation workEli Collins2011-02-241-44/+85
| | | | | | | | | | | ================== updated des crypt, crypt16, bigcrypt, bsdi crypt docs: * added details of algorithm * added security issues section * updated deviations text * other doc updates
* updated documentation, primarily - added description of MD5 Crypt algorithmEli Collins2011-02-241-14/+20
|
* bigcrypt/crypt16 workEli Collins2011-02-171-0/+90
===================== * added doc files * bugfix to bigcrypt (w/ UT for it)