summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context-tutorial.rst
Commit message (Collapse)AuthorAgeFilesLines
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-7/+2
| | | | | | | and not worth the amount of code it requires to support it. * stripped out vary_rounds from all internal presets * added deprecation warning if it's ever used
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-12/+12
| | | | | | | | | | | | | | | | .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().
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-0/+1
|
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ↵Eli Collins2013-12-271-3/+3
| | | | comment 7) (transplant of r1f5b8860b743 from default branch)
* updated to use cloud_sptheme 1.5 -- fancier table layoutsEli Collins2012-09-201-8/+2
|
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-1/+1
|
* loads of documentation updatesEli Collins2012-05-011-15/+25
|
* merged rewrite of CryptContext documentation - (near-) full tutorial and ↵Eli Collins2012-04-271-0/+550
reference