summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.hex_digests.rst
Commit message (Collapse)AuthorAgeFilesLines
* misc documentation tweaksEli Collins2011-06-301-0/+9
|
* split passlib.base into passlib.registry & passlib.context - the two have ↵Eli Collins2011-03-221-1/+1
| | | | little to do with eachother
* added Oracle 10 & 11 password hashes, with docs & UTsEli Collins2011-03-181-3/+3
|
* documentation workEli Collins2011-03-141-1/+1
| | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc
* supporting hashes addedEli Collins2011-03-141-0/+49
======================= * added unix_fallback scheme, for detecting wildcard/disabled passwords in /etc/shadow files * added plaintext scheme, for migrating existing application * added hex md4/md5/sha1/sha256/sha512 schemes, for migrating existing applications * docs & UTs added for above schemes