diff options
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r-- | docs/manual/programs/htpasswd.html.en | 9 |
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"> en </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(); |