| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -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 Collins | 2013-12-27 | 1 | -1/+1 |
| | | | | | comment 7) (transplant of r1f5b8860b743 from default branch) | ||||
| * | updated various bit of documentation; made 1.6 changelog presentable | Eli Collins | 2012-04-30 | 1 | -2/+4 |
| | | |||||
| * | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -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 commits | Eli Collins | 2012-02-08 | 1 | -1/+1 |
| | | |||||
| * | finished documenting specific interface details for all existing password hashes | Eli Collins | 2011-03-03 | 1 | -8/+23 |
| | | |||||
| * | doc cleanup - changed hash descriptions from modules -> classes | Eli Collins | 2011-02-16 | 1 | -5/+6 |
| | | |||||
| * | tweaks to docs | Eli Collins | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | more documentation work | Eli Collins | 2011-02-02 | 1 | -2/+8 |
| | | |||||
| * | more work on doc | Eli Collins | 2011-02-01 | 1 | -2/+2 |
| | | |||||
| * | updated docs | Eli Collins | 2011-01-31 | 1 | -0/+10 |
