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