<!
DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" [<!ENTITY mdash "—">]>
- Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. <
date>March 02, 2009</
date>
<
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>
<
command>nsec3hash</
command>
<
arg choice="req"><
replaceable class="parameter">salt</
replaceable></
arg>
<
arg choice="req"><
replaceable class="parameter">algorithm</
replaceable></
arg>
<
arg choice="req"><
replaceable class="parameter">iterations</
replaceable></
arg>
<
arg choice="req"><
replaceable class="parameter">domain</
replaceable></
arg>
<
title>DESCRIPTION</
title>
<
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.
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.
<
citetitle>BIND 9 Administrator Reference Manual</
citetitle>,
<
citetitle>RFC 5155</
citetitle>.
<
para><
corpauthor>Internet Systems Consortium</
corpauthor>