summaryrefslogtreecommitdiff
path: root/docs/lib
Commit message (Expand)AuthorAgeFilesLines
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-102-0/+121
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-0/+15
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-0/+5
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-102-7/+8
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-1033-80/+81
* passlib.pwd: big cleanup pass, removing code that won't be ready for releaseEli Collins2016-02-111-29/+5
* added reference for cisco_asa algorithmEli Collins2016-02-101-0/+3
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-1012-49/+90
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-2/+4
* Merge with stableEli Collins2016-02-091-0/+1
|\
| * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-0/+1
* | Merge from stableEli Collins2015-07-252-2/+8
|\ \ | |/
| * clarified behavior doc textEli Collins2015-07-251-2/+2
| * added warning about cisco_pix ASA 7.0 compatibilityEli Collins2015-07-251-0/+6
* | forgot additional doc file from previous cisco_asa commitEli Collins2015-07-251-0/+14
* | cisco asa tweaksEli Collins2015-07-252-20/+39
* | MergeEli Collins2015-07-257-21/+151
|\ \
| * \ Merge from stableEli Collins2015-07-225-17/+67
| |\ \ | | |/
| | * updates changelog & other docs to reflect upcoming 1.6.3 changesEli Collins2015-07-211-1/+1
| | * bunch of bcrypt updates, centered around the bsd wraparound bug.Eli Collins2015-07-213-15/+56
| | * HtpasswdFile's default context now recognized bcrypt, sha256_crypt (fixes iss...Eli Collins2015-07-201-0/+9
| * | a few bits of cleanup from min_verify_timeEli Collins2015-01-271-2/+5
| * | stripped out compatibility shims for django 0.9 - 1.3;Eli Collins2015-01-101-4/+3
| * | TOTP implementation mostly finalizeEli Collins2015-01-092-0/+78
* | | Update documentation for PIX/ASA to reflect full algorithmDarrel Clute2014-06-031-7/+12
|/ /
* | comment & doc updates, removed some extraneous try/except clauses from des_cr...Eli Collins2013-12-281-0/+1
* | Merge with stableEli Collins2013-12-283-1/+51
|\ \ | |/ |/|
| * Merge from stableEli Collins2013-12-277-13/+132
| |\
| * \ Merge password generation helpers into default (not completed, but will be be...Eli Collins2013-05-0646-151/+157
| |\ \
| | * | doc tweakEli Collins2013-04-101-2/+2
| | * | pbkdf cleanupsEli Collins2013-04-101-0/+3
| | * | style cleanupsEli Collins2013-04-094-1/+4
| | * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-04-0645-148/+148
| * | | passlib.pwd: started public documentation, and a bunch of TODO notes added backEli Collins2013-05-061-0/+48
| |/ /
* | | gathered together a few more documentation updatesEli Collins2013-12-283-4/+4
* | | style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-274-1/+4
* | | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-2745-148/+148
| |/ |/|
* | last minute doc changesEli Collins2013-12-261-2/+2
* | added passlib.hash.bcrypt_sha256Eli Collins2013-12-263-1/+88
* | doc tweaksEli Collins2013-12-221-0/+1
* | updated rounds values based on timing tests. also:Eli Collins2013-12-221-1/+17
* | django compatibility part 2Eli Collins2013-12-222-3/+13
* | added support for bcrypt library (issue 49),Eli Collins2013-12-201-7/+9
* | django compatibility updates (should fix issue 50)Eli Collins2013-12-201-1/+5
|/
* minor documentation updatesEli Collins2013-01-193-30/+78
* doc tweakEli Collins2012-09-301-2/+2
* updated to use cloud_sptheme 1.5 -- fancier table layoutsEli Collins2012-09-202-15/+11
* various documentation updatesEli Collins2012-09-203-10/+15
* documentation tweaksEli Collins2012-08-022-3/+3
* bcrypt documentation updates - changed pybcrypt url, added details re: builti...Eli Collins2012-08-021-28/+34