summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2015-07-25 14:00:23 -0400
committerEli Collins <elic@assurancetechnologies.com>2015-07-25 14:00:23 -0400
commit23b8945f00e7a296445e7bea29426f94ec6c1c8a (patch)
tree9b5b0a2d33a4b32598ee17f988c14e5c41d7298a /docs
parent7669a1d7a43ea2aa65363d3fd4bd101b22b50813 (diff)
downloadpasslib-23b8945f00e7a296445e7bea29426f94ec6c1c8a.tar.gz
retuned/updated default rounds settings for all hashes
Diffstat (limited to 'docs')
-rw-r--r--docs/password_hash_api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index 8d20dbf..4e78932 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -740,5 +740,5 @@ However, some older algorithms (e.g. :class:`~passlib.hash.bsdi_crypt`) are weak
a tradeoff must be made, choosing "secure but intolerably slow" over "fast but unacceptably insecure".
For this reason, it is strongly recommended to not use a value much lower than Passlib's default.
-.. [#avgsys] For Passlib 1.6.2, all hashes were retuned to take ~300ms on a
- system with a 2.5 ghz 64 bit CPU.
+.. [#avgsys] For Passlib 1.6.3, all hashes were retuned to take ~300ms on a
+ system with a 3.0 ghz 64 bit CPU.