summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.crypt16.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-10/+11
| | | | | | | | | | | * 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.
* minor documentation changesEli Collins2011-12-011-4/+6
|
* docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵Eli Collins2011-07-101-2/+2
| | | | documentation
* finished documenting specific interface details for all existing password hashesEli Collins2011-03-031-5/+5
|
* updated documentation for des-crypt & md5-crypt variantsEli Collins2011-03-031-1/+2
|
* documentation workEli Collins2011-02-241-29/+66
| | | | | | | | | | | ================== 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-10/+14
|
* bigcrypt/crypt16 workEli Collins2011-02-171-0/+76
===================== * added doc files * bugfix to bigcrypt (w/ UT for it)