10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a56d4e commit a1f8b6bCopy full SHA for a1f8b6b
doc/src/sgml/pgcrypto.sgml
@@ -407,7 +407,7 @@ gen_salt(type text [, iter_count integer ]) returns text
407
<literal>crypt-bf</literal> numbers are taken using a simple program that
408
loops over 1000 8-character passwords. That way I can show the speed
409
with different numbers of iterations. For reference: <literal>john
410
- -test</literal> shows 213 loops/sec for <literal>crypt-bf/5</>.
+ -test</literal> shows 13506 loops/sec for <literal>crypt-bf/5</>.
411
(The very small
412
difference in results is in accordance with the fact that the
413
<literal>crypt-bf</literal> implementation in <filename>pgcrypto</>
0 commit comments