summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.sha512_crypt.rst
Commit message (Collapse)AuthorAgeFilesLines
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ↵Eli Collins2013-12-271-1/+1
| | | | comment 7) (transplant of r1f5b8860b743 from default branch)
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-97/+28
| | | | | | | * 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
* documentation updates for last two commitsEli Collins2012-02-081-1/+1
|
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-1/+1
| | | | | | | | | | | * 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.
* traditional post-release tweaks to documentationEli Collins2011-08-171-0/+2
|
* docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵Eli Collins2011-07-101-2/+2
| | | | documentation
* minor doc fixesEli Collins2011-07-081-2/+2
|
* various documentation updatesEli Collins2011-06-011-1/+1
|
* documentation workEli Collins2011-03-141-1/+1
| | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc
* finished documenting specific interface details for all existing password hashesEli Collins2011-03-031-11/+33
|
* more documentation addedEli Collins2011-02-241-27/+38
|
* doc cleanup - changed hash descriptions from modules -> classesEli Collins2011-02-161-9/+4
|
* tweaks to docsEli Collins2011-02-111-1/+1
|
* more documentation workEli Collins2011-02-021-7/+76
|
* more work on docEli Collins2011-02-011-10/+10
|
* updated docsEli Collins2011-01-311-0/+16