6102N/A - Copyright (C) 2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") 6102N/A - Permission to use, copy, modify, and/or distribute this software for any 6102N/A - purpose with or without fee is hereby granted, provided that the above 6102N/A - copyright notice and this permission notice appear in all copies. 6102N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 6102N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 6102N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 6102N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 6102N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 6308N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6102N/A - PERFORMANCE OF THIS SOFTWARE. 6102N/A<!-- Converted by db4-upgrade version 1.0 --> 6102N/A <
corpauthor>Internet Systems Consortium, Inc.</
corpauthor>
6102N/A <
refentrytitle><
application>nsec3hash</
application></
refentrytitle>
<
refmiscinfo>BIND9</
refmiscinfo>
<
refname><
application>nsec3hash</
application></
refname>
<
refpurpose>generate NSEC3 hash</
refpurpose>
<
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
<
cmdsynopsis sepchar=" ">
<
command>nsec3hash</
command>
<
arg choice="req" rep="norepeat"><
replaceable class="parameter">salt</
replaceable></
arg>
<
arg choice="req" rep="norepeat"><
replaceable class="parameter">algorithm</
replaceable></
arg>
<
arg choice="req" rep="norepeat"><
replaceable class="parameter">iterations</
replaceable></
arg>
<
arg choice="req" rep="norepeat"><
replaceable class="parameter">domain</
replaceable></
arg>
<
refsection><
info><
title>DESCRIPTION</
title></
info>
<
command>nsec3hash</
command> generates an NSEC3 hash based on
a set of NSEC3 parameters. This can be used to check the validity
of NSEC3 records in a signed zone.
<
refsection><
info><
title>ARGUMENTS</
title></
info>
The salt provided to the hash algorithm.
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.
The number of additional times the hash should be performed.
The domain name to be hashed.
<
refsection><
info><
title>SEE ALSO</
title></
info>
<
citetitle>BIND 9 Administrator Reference Manual</
citetitle>,
<
citetitle>RFC 5155</
citetitle>.