68N/A<!--
68N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
68N/A -
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 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
68N/A-->
68N/A
68N/A<!-- Converted by db4-upgrade version 1.0 -->
68N/A<refentry xmlns:db="http://docbook.org/ns/docbook" version="5.0" xml:id="man.nsec3hash">
68N/A <info>
68N/A <date>2009-03-02</date>
68N/A </info>
68N/A <refentryinfo>
68N/A <corpname>ISC</corpname>
68N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
68N/A </refentryinfo>
68N/A
68N/A <refmeta>
68N/A <refentrytitle><application>nsec3hash</application></refentrytitle>
75N/A <manvolnum>8</manvolnum>
75N/A <refmiscinfo>BIND9</refmiscinfo>
3804N/A </refmeta>
68N/A
68N/A <refnamediv>
68N/A <refname><application>nsec3hash</application></refname>
68N/A <refpurpose>generate NSEC3 hash</refpurpose>
68N/A </refnamediv>
3804N/A
618N/A <docinfo>
68N/A <copyright>
68N/A <year>2009</year>
844N/A <year>2014</year>
3804N/A <year>2015</year>
618N/A <year>2016</year>
1273N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
68N/A </copyright>
3661N/A </docinfo>
3661N/A
3996N/A <refsynopsisdiv>
3996N/A <cmdsynopsis sepchar=" ">
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 </cmdsynopsis>
68N/A </refsynopsisdiv>
68N/A
3804N/A <refsection><info><title>DESCRIPTION</title></info>
3804N/A
68N/A <para>
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.
3804N/A </para>
3804N/A </refsection>
68N/A
181N/A <refsection><info><title>ARGUMENTS</title></info>
83N/A
68N/A <variablelist>
3996N/A <varlistentry>
3996N/A <term>salt</term>
<listitem>
<para>
The salt provided to the hash algorithm.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>algorithm</term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>iterations</term>
<listitem>
<para>
The number of additional times the hash should be performed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>domain</term>
<listitem>
<para>
The domain name to be hashed.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsection>
<refsection><info><title>SEE ALSO</title></info>
<para>
<citetitle>BIND 9 Administrator Reference Manual</citetitle>,
<citetitle>RFC 5155</citetitle>.
</para>
</refsection>
</refentry>