summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.bcrypt.rst
Commit message (Expand)AuthorAgeFilesLines
* passlib.hash.bcrypt: remove support for "bcryptor" backendEli Collins2020-10-061-7/+0
* passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256Eli Collins2020-02-161-1/+1
* passlib.hash.bcrypt: added notes re: final salt characterEli Collins2020-02-171-0/+2
* bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-221-2/+10
* docs: updated rounds in bcrypt examples (fixes issue #91)Eli Collins2017-06-061-2/+2
* docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-221-2/+5
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-251-1/+1
* docs: large reorganization of documentationEli Collins2016-07-291-3/+6
* docs: replaced a bunch of :meth:`encrypt` referencesEli Collins2016-06-171-2/+2
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-1/+1
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-1/+1
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-2/+2
* clarified behavior doc textEli Collins2015-07-251-2/+2
* bunch of bcrypt updates, centered around the bsd wraparound bug.Eli Collins2015-07-211-14/+54
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-4/+4
* added passlib.hash.bcrypt_sha256Eli Collins2013-12-261-0/+15
* added support for bcrypt library (issue 49),Eli Collins2013-12-201-7/+9
* documentation tweaksEli Collins2012-08-021-2/+2
* bcrypt documentation updates - changed pybcrypt url, added details re: builti...Eli Collins2012-08-021-28/+34
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-1/+1
* minor documentation updates - typo in changes, better listing of ident values...Eli Collins2012-05-171-3/+3
* updated index entriesEli Collins2012-05-021-1/+2
* last minute documentation updatesEli Collins2012-05-011-2/+2
* added environment variables to doc indexEli Collins2012-05-011-0/+2
* loads of documentation updatesEli Collins2012-05-011-1/+1
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-301-0/+2
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-301-5/+4
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-27/+45
* doc tweaksEli Collins2012-03-121-4/+4
* various bcrypt improvementsEli Collins2012-03-101-3/+33
* bcrypt padding work:Eli Collins2011-10-071-0/+13
* traditional post-release tweaks to documentationEli Collins2011-08-171-6/+31
* docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ...Eli Collins2011-07-101-2/+2
* added support for BCryptor as bcrypt backendEli Collins2011-06-011-1/+1
* removed pure-python bcrypt implementation, wasn't fast enough to be usuable, ...Eli Collins2011-03-241-2/+0
* documentation workEli Collins2011-03-141-1/+1
* finished documenting specific interface details for all existing password hashesEli Collins2011-03-031-5/+5
* work on interface documentation (bcrypt)Eli Collins2011-03-021-15/+26
* doc cleanup - changed hash descriptions from modules -> classesEli Collins2011-02-161-9/+4
* more documentation workEli Collins2011-02-021-2/+58
* more work on docEli Collins2011-02-011-2/+2
* updated docsEli Collins2011-01-311-0/+10