summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.sha256_crypt.rst
Commit message (Collapse)AuthorAgeFilesLines
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-2/+2
| | | | | | | | | | | | | | | | .encrypt() ---------- hash.encrypt() & context.encrypt() have been renamed to .hash(). this should take care of the long-standing issue 21 (the poor naming of .encrypt). per docs, legacy aliases will remain in place until passlib 2.0. .genhash() / .genconfig() ------------------------- taking advantage of this reorganization to also deprecate .genconfig() and .genhash() -- they're not really useful in a modern system, nor as needed for historical support as initially thought: .genconfig() will be retired completely in passlib 2.0; .genhash() is rolled into the new .hash() method along with .encrypt().
* 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)
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-301-2/+4
|
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-15/+103
| | | | | | | * 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
|
* finished documenting specific interface details for all existing password hashesEli Collins2011-03-031-8/+23
|
* doc cleanup - changed hash descriptions from modules -> classesEli Collins2011-02-161-5/+6
|
* tweaks to docsEli Collins2011-02-111-1/+1
|
* more documentation workEli Collins2011-02-021-2/+8
|
* more work on docEli Collins2011-02-011-2/+2
|
* updated docsEli Collins2011-01-311-0/+10