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