summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.cisco_pix.rst
Commit message (Collapse)AuthorAgeFilesLines
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-4/+4
|
* updated index entriesEli Collins2012-05-021-1/+1
|
* loads of documentation updatesEli Collins2012-05-011-1/+1
|
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-39/+32
| | | | | | | * password hash api rewritten to center around PasswordHash abstract class * extended walkthrough and documentation for PasswordHash interface * pared down the per-hash examples, added links to PasswordHash * updates docs and warnings
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+146
* Cisco Type 5 appears to be same as md5_crypt * added requires_user=False support to HandlerCase * added more through salt-generation test (since cisco_pix has only 4 bits of salt) * added HandlerCase test to ensure user is used as salt