summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-02-26 10:54:14 -0500
committerEli Collins <elic@assurancetechnologies.com>2011-02-26 10:54:14 -0500
commit6c9c467b5448e8b6fea751bdf2a0628c6f2c99ea (patch)
tree14a182e9c6eab586eb523952641295b807ff5d42 /docs
parent962ec21abda828138a3c8efed5918ad2f14850b8 (diff)
downloadpasslib-6c9c467b5448e8b6fea751bdf2a0628c6f2c99ea.tar.gz
HandlerCase
=========== * refactored common handler test case (HandlerCase) * removed some needless tests * added support for genhash / genconfig * bugfixes to des_crypt & nthash that above changes revealed
Diffstat (limited to 'docs')
-rw-r--r--docs/password_hash_api.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index f989ff5..2aae8d2 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -281,7 +281,8 @@ attributes, though their presence and meaning is not uniform
across all handlers in passlib.
For schemes which support a variable number of rounds,
-the following attributes are usually exposed:
+the following attributes are usually exposed
+(applications can test by checking for ``default_rounds``):
.. attribute:: default_rounds
@@ -309,7 +310,8 @@ the following attributes are usually exposed:
``log2`` - time taken scales exponentially with rounds value (eg: bcrypt)
For schemes which support a salt,
-the following attributes are usually exposed:
+the following attributes are usually exposed
+(applications can test by checking for ``max_salt_chars``):
.. attribute:: min_salt_chars