summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.plaintext.rst
Commit message (Collapse)AuthorAgeFilesLines
* large rework of documentation; mainly to give more room to LDAP hashes, and ↵Eli Collins2011-04-291-0/+5
| | | | document ldap CRYPT hashes
* split passlib.base into passlib.registry & passlib.context - the two have ↵Eli Collins2011-03-221-1/+1
| | | | little to do with eachother
* supporting hashes addedEli Collins2011-03-141-0/+35
======================= * 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