nsec3hash.docbook revision 14a656f94b1fd0ababd84a772228dfa52276ba15
823N/A<!--
823N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
823N/A -
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 -
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-->
6983N/A<!-- Converted by db4-upgrade version 1.0 -->
6983N/A<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.nsec3hash">
6983N/A <info>
823N/A <date>2009-03-02</date>
823N/A </info>
823N/A <refentryinfo>
823N/A <corpname>ISC</corpname>
823N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
4763N/A </refentryinfo>
6412N/A
823N/A <refmeta>
823N/A <refentrytitle><application>nsec3hash</application></refentrytitle>
823N/A <manvolnum>8</manvolnum>
2086N/A <refmiscinfo>BIND9</refmiscinfo>
897N/A </refmeta>
6412N/A
823N/A <refnamediv>
823N/A <refname><application>nsec3hash</application></refname>
823N/A <refpurpose>generate NSEC3 hash</refpurpose>
823N/A </refnamediv>
823N/A
6412N/A <docinfo>
6412N/A <copyright>
823N/A <year>2009</year>
823N/A <year>2014</year>
823N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
823N/A </copyright>
823N/A </docinfo>
823N/A
6412N/A <refsynopsisdiv>
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>
897N/A </cmdsynopsis>
823N/A </refsynopsisdiv>
897N/A
6412N/A <refsection><info><title>DESCRIPTION</title></info>
897N/A
897N/A <para>
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 </para>
897N/A </refsection>
823N/A
897N/A <refsection><info><title>ARGUMENTS</title></info>
6412N/A
897N/A <variablelist>
823N/A <varlistentry>
897N/A <term>salt</term>
897N/A <listitem>
6412N/A <para>
897N/A The salt provided to the hash algorithm.
897N/A </para>
897N/A </listitem>
897N/A </varlistentry>
6412N/A
6412N/A <varlistentry>
6412N/A <term>algorithm</term>
897N/A <listitem>
897N/A <para>
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.
897N/A </para>
6412N/A </listitem>
6412N/A </varlistentry>
6412N/A
6412N/A <varlistentry>
823N/A <term>iterations</term>
897N/A <listitem>
6412N/A <para>
897N/A The number of additional times the hash should be performed.
897N/A </para>
897N/A </listitem>
897N/A </varlistentry>
897N/A
6412N/A <varlistentry>
897N/A <term>domain</term>
897N/A <listitem>
6412N/A <para>
897N/A The domain name to be hashed.
897N/A </para>
897N/A </listitem>
897N/A </varlistentry>
897N/A </variablelist>
897N/A </refsection>
897N/A
6412N/A <refsection><info><title>SEE ALSO</title></info>
897N/A
897N/A <para>
823N/A <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
823N/A <citetitle>RFC 5155</citetitle>.
897N/A </para>
897N/A </refsection>
897N/A
6412N/A</refentry>
897N/A