diff options
Diffstat (limited to 'docs/manual/programs/dbmmanage.html.en')
-rw-r--r-- | docs/manual/programs/dbmmanage.html.en | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en index fa52f4b..ba546c4 100644 --- a/docs/manual/programs/dbmmanage.html.en +++ b/docs/manual/programs/dbmmanage.html.en @@ -76,7 +76,7 @@ may not contain a colon (<code>:</code>).</dd> <dt><code><var>encpasswd</var></code></dt> - <dd>This is the already encrypted password to use for the + <dd>This is the already hashed password to use for the <code>update</code> and <code>add</code> commands. You may use a hyphen (<code>-</code>) if you want to get prompted for the password, but fill in the fields afterwards. Additionally when using the <code>update</code> @@ -99,13 +99,13 @@ <h3><a name="options.encodings" id="options.encodings">Encodings</a></h3> <dl> <dt><code>-d</code></dt> - <dd>crypt encryption (default, except on Win32, Netware)</dd> + <dd>crypt hashing (default, except on Win32, Netware)</dd> <dt><code>-m</code></dt> - <dd>MD5 encryption (default on Win32, Netware)</dd> + <dd>MD5 hashing (default on Win32, Netware)</dd> <dt><code>-s</code></dt> - <dd>SHA1 encryption</dd> + <dd>SHA1 hashing</dd> <dt><code>-p</code></dt> <dd>plaintext (<em>not recommended</em>)</dd> @@ -116,7 +116,7 @@ <dl> <dt><code>add</code></dt> <dd>Adds an entry for <var>username</var> to <var>filename</var> using the - encrypted password <var>encpasswd</var>. + hashed password <var>encpasswd</var>. <div class="example"><p><code>dbmmanage passwords.dat add rbowen foKntnEF3KSXA</code></p></div> </dd> @@ -215,7 +215,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/dbmmanage.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2023 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 2024 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/directives.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(); |