2 - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
3 - Copyright (C) 2000-2003 Internet Software Consortium.
5 - Permission to use, copy, modify, and/or distribute this software for any
6 - purpose with or without fee is hereby granted, provided that the above
7 - copyright notice and this permission notice appear in all copies.
9 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 - PERFORMANCE OF THIS SOFTWARE.
17 <!-- $Id: man.nsec3hash.html,v 1.5 2015/09/03 07:33:34 christos Exp $ -->
20 <meta http-equiv=
"Content-Type" content=
"text/html; charset=ISO-8859-1">
21 <title>nsec3hash
</title>
22 <meta name=
"generator" content=
"DocBook XSL Stylesheets V1.71.1">
23 <link rel=
"start" href=
"Bv9ARM.html" title=
"BIND 9 Administrator Reference Manual">
24 <link rel=
"up" href=
"Bv9ARM.ch13.html" title=
"Manual pages">
25 <link rel=
"prev" href=
"man.isc-hmac-fixup.html" title=
"isc-hmac-fixup">
27 <body bgcolor=
"white" text=
"black" link=
"#0000FF" vlink=
"#840084" alink=
"#0000FF">
28 <div class=
"navheader">
29 <table width=
"100%" summary=
"Navigation header">
30 <tr><th colspan=
"3" align=
"center"><span class=
"application">nsec3hash
</span></th></tr>
32 <td width=
"20%" align=
"left">
33 <a accesskey=
"p" href=
"man.isc-hmac-fixup.html">Prev
</a> </td>
34 <th width=
"60%" align=
"center">Manual pages
</th>
35 <td width=
"20%" align=
"right"> </td>
40 <div class=
"refentry" lang=
"en">
41 <a name=
"man.nsec3hash"></a><div class=
"titlepage"></div>
42 <div class=
"refnamediv">
44 <p><span class=
"application">nsec3hash
</span> — generate NSEC3 hash
</p>
46 <div class=
"refsynopsisdiv">
48 <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>
50 <div class=
"refsect1" lang=
"en">
51 <a name=
"id2621563"></a><h2>DESCRIPTION
</h2>
53 <span><strong class=
"command">nsec3hash
</strong></span> generates an NSEC3 hash based on
54 a set of NSEC3 parameters. This can be used to check the validity
55 of NSEC3 records in a signed zone.
58 <div class=
"refsect1" lang=
"en">
59 <a name=
"id2668000"></a><h2>ARGUMENTS
</h2>
60 <div class=
"variablelist"><dl>
61 <dt><span class=
"term">salt
</span></dt>
63 The salt provided to the hash algorithm.
65 <dt><span class=
"term">algorithm
</span></dt>
67 A number indicating the hash algorithm. Currently the
68 only supported hash algorithm for NSEC3 is SHA-
1, which is
69 indicated by the number
1; consequently
"1" is the only
70 useful value for this argument.
72 <dt><span class=
"term">iterations
</span></dt>
74 The number of additional times the hash should be performed.
76 <dt><span class=
"term">domain
</span></dt>
78 The domain name to be hashed.
82 <div class=
"refsect1" lang=
"en">
83 <a name=
"id2668061"></a><h2>SEE ALSO
</h2>
85 <em class=
"citetitle">BIND
9 Administrator Reference Manual
</em>,
86 <em class=
"citetitle">RFC
5155</em>.
89 <div class=
"refsect1" lang=
"en">
90 <a name=
"id2668078"></a><h2>AUTHOR
</h2>
91 <p><span class=
"corpauthor">Internet Systems Consortium
</span>
95 <div class=
"navfooter">
97 <table width=
"100%" summary=
"Navigation footer">
99 <td width=
"40%" align=
"left">
100 <a accesskey=
"p" href=
"man.isc-hmac-fixup.html">Prev
</a> </td>
101 <td width=
"20%" align=
"center"><a accesskey=
"u" href=
"Bv9ARM.ch13.html">Up
</a></td>
102 <td width=
"40%" align=
"right"> </td>
105 <td width=
"40%" align=
"left" valign=
"top">
106 <span class=
"application">isc-hmac-fixup
</span> </td>
107 <td width=
"20%" align=
"center"><a accesskey=
"h" href=
"Bv9ARM.html">Home
</a></td>
108 <td width=
"40%" align=
"right" valign=
"top"> </td>
112 <p style=
"text-align: center;">BIND
9.10.2-P4
</p>