853N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC") 853N/A - Permission to use, copy, modify, and/or distribute this software for any 853N/A - purpose with or without fee is hereby granted, provided that the above 853N/A - copyright notice and this permission notice appear in all copies. 853N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 853N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 853N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 853N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 853N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 853N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 853N/A - PERFORMANCE OF THIS SOFTWARE. 853N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
853N/A<
title>nsec3hash</
title>
853N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
853N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry" title="nsec3hash">
853N/A <
span class="application">nsec3hash</
span>
853N/A — generate NSEC3 hash
5991N/A <
div class="refsynopsisdiv" title="Synopsis">
3351N/A <
div class="cmdsynopsis"><
p>
3351N/A <
code class="command">nsec3hash</
code>
7060N/A {<
em class="replaceable"><
code>salt</
code></
em>}
7060N/A {<
em class="replaceable"><
code>algorithm</
code></
em>}
7060N/A {<
em class="replaceable"><
code>iterations</
code></
em>}
5680N/A {<
em class="replaceable"><
code>domain</
code></
em>}
3351N/A <
div class="refsection" title="DESCRIPTION">
3351N/A<
a name="idp60866512"></
a><
h2>DESCRIPTION</
h2>
853N/A <
span class="command"><
strong>nsec3hash</
strong></
span> generates an NSEC3 hash based on
853N/A a set of NSEC3 parameters. This can be used to check the validity
853N/A of NSEC3 records in a signed zone.
3817N/A <
div class="refsection" title="ARGUMENTS">
5991N/A<
a name="idp60868304"></
a><
h2>ARGUMENTS</
h2>
<
div class="variablelist"><
dl>
<
dt><
span class="term">salt</
span></
dt>
The salt provided to the hash algorithm.
<
dt><
span class="term">algorithm</
span></
dt>
A number indicating the hash algorithm. Currently the
only supported hash algorithm for NSEC3 is SHA-1, which is
indicated by the number 1; consequently "1" is the only
useful value for this argument.
<
dt><
span class="term">iterations</
span></
dt>
The number of additional times the hash should be performed.
<
dt><
span class="term">domain</
span></
dt>
The domain name to be hashed.
<
div class="refsection" title="SEE ALSO">
<
a name="idp60875984"></
a><
h2>SEE ALSO</
h2>
<
em class="citetitle">BIND 9 Administrator Reference Manual</
em>,
<
em class="citetitle">RFC 5155</
em>.