summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.bcrypt.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc tweaksEli Collins2012-03-121-4/+4
|
* various bcrypt improvementsEli Collins2012-03-101-3/+33
| | | | | | | | | | | | * studied crypt_blowfish's 8bit bug - verified none of passlib's backends were affected - added recognition (but not support) for crypt_blowfish's $2x$ hash prefix - added support for crypt_blowfish's $2y$ hash prefix - note in docs about Passlib's current handling of crypt_blowfish 8bit issues. * refactored bcrypt's salt-unused-bits repair code into Base64Engine.repair_unused(), making the code cleaner and more isolated. a bunch more tests. * added bcrypt64 (bcrypt-base64 variant) to utils * added LazyBase64Engine to reduce memory / startup time
* bcrypt padding work:Eli Collins2011-10-071-0/+13
| | | | | | | | * added changelog entry re: issue & fix * bcrypt now warns about padding bits in digest as well * bcrypt.normhash() now normalizes salt padding bits, digest padding bits, and rounds zero-padding * hash_needs_update() will now flag unclean bcrypt hashes as needing an update * UTs for hash_needs_update(), and digest padding bit handling
* 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
| | | | documentation
* 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
| | | | and probably never will be.
* documentation workEli Collins2011-03-141-1/+1
| | | | | | | ================== * finished password hash api description * various documentation cleanups * removed unused quickstart doc
* 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