2 - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
4 - Permission to use, copy, modify, and/or distribute this software for any
5 - purpose with or without fee is hereby granted, provided that the above
6 - copyright notice and this permission notice appear in all copies.
8 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 - PERFORMANCE OF THIS SOFTWARE.
19 <meta http-equiv=
"Content-Type" content=
"text/html; charset=ISO-8859-1">
20 <title>nsec3hash
</title>
21 <meta name=
"generator" content=
"DocBook XSL Stylesheets V1.71.1">
23 <body bgcolor=
"white" text=
"black" link=
"#0000FF" vlink=
"#840084" alink=
"#0000FF"><div class=
"refentry" lang=
"en">
24 <a name=
"man.nsec3hash"></a><div class=
"titlepage"></div>
25 <div class=
"refnamediv">
27 <p><span class=
"application">nsec3hash
</span> — generate NSEC3 hash
</p>
29 <div class=
"refsynopsisdiv">
31 <div class=
"cmdsynopsis"><p><code class=
"command">nsec3hash
</code> {
<em class=
"replaceable"><code>salt
</code></em>} {
<em class=
"replaceable"><code>algorithm
</code></em>} {
<em class=
"replaceable"><code>iterations
</code></em>} {
<em class=
"replaceable"><code>domain
</code></em>}
</p></div>
33 <div class=
"refsect1" lang=
"en">
34 <a name=
"id2543379"></a><h2>DESCRIPTION
</h2>
36 <span><strong class=
"command">nsec3hash
</strong></span> generates an NSEC3 hash based on
37 a set of NSEC3 parameters. This can be used to check the validity
38 of NSEC3 records in a signed zone.
41 <div class=
"refsect1" lang=
"en">
42 <a name=
"id2543392"></a><h2>ARGUMENTS
</h2>
43 <div class=
"variablelist"><dl>
44 <dt><span class=
"term">salt
</span></dt>
46 The salt provided to the hash algorithm.
48 <dt><span class=
"term">algorithm
</span></dt>
50 A number indicating the hash algorithm. Currently the
51 only supported hash algorithm for NSEC3 is SHA-
1, which is
52 indicated by the number
1; consequently
"1" is the only
53 useful value for this argument.
55 <dt><span class=
"term">iterations
</span></dt>
57 The number of additional times the hash should be performed.
59 <dt><span class=
"term">domain
</span></dt>
61 The domain name to be hashed.
65 <div class=
"refsect1" lang=
"en">
66 <a name=
"id2543453"></a><h2>SEE ALSO
</h2>
68 <em class=
"citetitle">BIND
9 Administrator Reference Manual
</em>,
69 <em class=
"citetitle">RFC
5155</em>.
72 <div class=
"refsect1" lang=
"en">
73 <a name=
"id2543470"></a><h2>AUTHOR
</h2>
74 <p><span class=
"corpauthor">Internet Systems Consortium
</span>