68N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") 68N/A - This Source Code Form is subject to the terms of the Mozilla Public 68N/A - License, v. 2.0. If a copy of the MPL was not distributed with this 68N/A<!-- Converted by db4-upgrade version 1.0 --> 68N/A <
date>2009-03-02</
date>
68N/A <
corpname>ISC</
corpname>
68N/A <
corpauthor>Internet Systems Consortium, Inc.</
corpauthor>
68N/A <
refentrytitle><
application>nsec3hash</
application></
refentrytitle>
75N/A <
manvolnum>8</
manvolnum>
75N/A <
refmiscinfo>BIND9</
refmiscinfo>
68N/A <
refname><
application>nsec3hash</
application></
refname>
68N/A <
refpurpose>generate NSEC3 hash</
refpurpose>
1273N/A <
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
3996N/A <
command>nsec3hash</
command>
68N/A <
arg choice="req" rep="norepeat"><
replaceable class="parameter">salt</
replaceable></
arg>
3804N/A <
arg choice="req" rep="norepeat"><
replaceable class="parameter">algorithm</
replaceable></
arg>
3804N/A <
arg choice="req" rep="norepeat"><
replaceable class="parameter">iterations</
replaceable></
arg>
3804N/A <
arg choice="req" rep="norepeat"><
replaceable class="parameter">domain</
replaceable></
arg>
3804N/A <
refsection><
info><
title>DESCRIPTION</
title></
info>
3804N/A <
command>nsec3hash</
command> generates an NSEC3 hash based on
68N/A a set of NSEC3 parameters. This can be used to check the validity
3804N/A of NSEC3 records in a signed zone.
181N/A <
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>.