summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.h64.rst
Commit message (Collapse)AuthorAgeFilesLines
* documentation updates for latest round of changesEli Collins2012-01-181-56/+0
|
* added support for a bunch of PBKDF2 hash schemesEli Collins2011-03-281-0/+2
| | | | | | | | * pbkdf2_sha1, pbkdf2_sha256, pbkdf2_sha512 -- 3 custom schemes defined by passlib * dlitz_pbkdf2_sha1 -- Dwayne Litzenberger's PBKDF2 crypt * grub_pbkdf2_sha512 -- Grub2's PBKDF2 hash format * two util support functions: adapted_b64_(encode|decode) * UTs and docs for all of the above
* minor documentation fixesEli Collins2011-03-251-1/+1
|
* encode transposed bytesEli Collins2011-02-041-3/+4
| | | | | | ======================= * replaced h64.encode_xxx_offsets() functions with h64.encode_transposed_bytes() and list of offsets * affects sha256-crypt, sha512-crypt, md5-crypt, sun-md5-crypt
* more documentation workEli Collins2011-02-021-2/+2
|
* added nthash support; document updatesEli Collins2011-02-011-1/+13
|
* miscEli Collins2011-02-011-2/+1
| | | | | | ==== * added documentation * bugfix: ext-des-crypt rounds were being capped at 12 bits, not 24. added ut for regression.
* updated docsEli Collins2011-01-311-0/+42