172N/A<!
DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 172N/A [<!ENTITY mdash "—">]>
172N/A - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") 172N/A - Permission to use, copy, modify, and/or distribute this software for any 172N/A - purpose with or without fee is hereby granted, provided that the above 172N/A - copyright notice and this permission notice appear in all copies. 172N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 172N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 172N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 172N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 172N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 172N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 172N/A - PERFORMANCE OF THIS SOFTWARE. 172N/A <
refentrytitle><
application>nsec3hash</
application></
refentrytitle>
3572N/A <
refmiscinfo>BIND9</
refmiscinfo>
3839N/A <
refname><
application>nsec3hash</
application></
refname>
618N/A <
refpurpose>generate NSEC3 hash</
refpurpose>
2001N/A <
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
5957N/A <
command>nsec3hash</
command>
5957N/A <
arg choice="req"><
replaceable class="parameter">salt</
replaceable></
arg>
5957N/A <
arg choice="req"><
replaceable class="parameter">algorithm</
replaceable></
arg>
5957N/A <
arg choice="req"><
replaceable class="parameter">iterations</
replaceable></
arg>
5957N/A <
arg choice="req"><
replaceable class="parameter">domain</
replaceable></
arg>
5957N/A <
command>nsec3hash</
command> generates an NSEC3 hash based on
5957N/A a set of NSEC3 parameters. This can be used to check the validity
6480N/A of NSEC3 records in a signed zone.
5957N/A The salt provided to the hash algorithm.
3329N/A A number indicating the hash algorithm. Currently the
172N/A only supported hash algorithm for NSEC3 is SHA-1, which is
172N/A indicated by the number 1; consequently "1" is the only
5957N/A useful value for this argument.
5680N/A The number of additional times the hash should be performed.
172N/A The domain name to be hashed.
3817N/A <
citetitle>BIND 9 Administrator Reference Manual</
citetitle>,
3817N/A <
citetitle>RFC 5155</
citetitle>.
<
para><
corpauthor>Internet Systems Consortium</
corpauthor>