summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/htpasswd.html.en
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2019-01-01 21:52:56 +0100
committerRainer Jung <rjung@apache.org>2019-01-01 21:52:56 +0100
commit17a38a1eaee486e40369a14218167d8a9f26dd2e (patch)
tree678e428b3a2b4d06f799d5c7c843235745014464 /docs/manual/programs/htpasswd.html.en
parentHappy New Year 2019 (diff)
downloadapache2-17a38a1eaee486e40369a14218167d8a9f26dd2e.tar.xz
apache2-17a38a1eaee486e40369a14218167d8a9f26dd2e.zip
Docs rebuild after copyright year update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r--docs/manual/programs/htpasswd.html.en9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en
index f82cb44451..bb148c23d7 100644
--- a/docs/manual/programs/htpasswd.html.en
+++ b/docs/manual/programs/htpasswd.html.en
@@ -144,7 +144,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div>
<dt><code>-C</code></dt>
<dd>This flag is only allowed in combination with <code>-B</code> (bcrypt
encryption). It sets the computing time used for the bcrypt algorithm
- (higher is more secure but slower, default: 5, valid: 4 to 31).</dd>
+ (higher is more secure but slower, default: 5, valid: 4 to 17).</dd>
<dt><code>-d</code></dt>
<dd>Use <code>crypt()</code> encryption for passwords. This is not
@@ -266,6 +266,11 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div>
<p>Usernames are limited to <code>255</code> bytes and may not include the
character <code>:</code>.</p>
+
+ <p>The cost of computing a bcrypt password hash value increases
+ with the number of rounds specified by the <code>-C</code> option.
+ The <code>apr-util</code> library enforces a maximum number of
+ rounds of 17 in version <code>1.6.0</code> and later.</p>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/programs/htpasswd.html" title="English">&nbsp;en&nbsp;</a> |
@@ -290,7 +295,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/htpasswd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2018 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2019 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();