| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | deprecating the 'vary_rounds' option -- *very* little security benefit, | Eli Collins | 2016-06-10 | 1 | -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 cleanups | Eli Collins | 2016-06-10 | 1 | -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 Collins | 2013-12-27 | 1 | -0/+1 |
| | | |||||
| * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ↵ | Eli Collins | 2013-12-27 | 1 | -3/+3 |
| | | | | | comment 7) (transplant of r1f5b8860b743 from default branch) | ||||
| * | updated to use cloud_sptheme 1.5 -- fancier table layouts | Eli Collins | 2012-09-20 | 1 | -8/+2 |
| | | |||||
| * | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -1/+1 |
| | | |||||
| * | loads of documentation updates | Eli Collins | 2012-05-01 | 1 | -15/+25 |
| | | |||||
| * | merged rewrite of CryptContext documentation - (near-) full tutorial and ↵ | Eli Collins | 2012-04-27 | 1 | -0/+550 |
| reference | |||||
