man.nsec3hash.html revision 9c1210a508fa246d62ca7d9a52f1d8b19d0ccf48
409N/A<!--
12N/A - Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
12N/A - Copyright (C) 2000-2003 Internet Software Consortium.
12N/A -
12N/A - Permission to use, copy, modify, and/or distribute this software for any
12N/A - purpose with or without fee is hereby granted, provided that the above
12N/A - copyright notice and this permission notice appear in all copies.
12N/A -
12N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12N/A - PERFORMANCE OF THIS SOFTWARE.
12N/A-->
12N/A<!-- $Id$ -->
12N/A<html>
12N/A<head>
12N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
12N/A<title>nsec3hash</title>
12N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
12N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
873N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
12N/A<link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
12N/A</head>
12N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22N/A<div class="navheader">
22N/A<table width="100%" summary="Navigation header">
22N/A<tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
22N/A<tr>
22N/A<td width="20%" align="left">
22N/A<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
22N/A<th width="60%" align="center">Manual pages</th>
22N/A<td width="20%" align="right">�</td>
22N/A</tr>
22N/A</table>
22N/A<hr>
12N/A</div>
873N/A<div class="refentry" lang="en">
12N/A<a name="man.nsec3hash"></a><div class="titlepage"></div>
135N/A<div class="refnamediv">
12N/A<h2>Name</h2>
12N/A<p><span class="application">nsec3hash</span> &#8212; generate NSEC3 hash</p>
58N/A</div>
12N/A<div class="refsynopsisdiv">
873N/A<h2>Synopsis</h2>
38N/A<div class="cmdsynopsis"><p><code class="command">nsec3hash</code> {<em class="replaceable"><code>salt</code></em>} {<em class="replaceable"><code>algorithm</code></em>} {<em class="replaceable"><code>iterations</code></em>} {<em class="replaceable"><code>domain</code></em>}</p></div>
873N/A</div>
873N/A<div class="refsect1" lang="en">
873N/A<a name="id2619795"></a><h2>DESCRIPTION</h2>
948N/A<p>
873N/A <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
12N/A a set of NSEC3 parameters. This can be used to check the validity
948N/A of NSEC3 records in a signed zone.
948N/A </p>
948N/A</div>
948N/A<div class="refsect1" lang="en">
948N/A<a name="id2658039"></a><h2>ARGUMENTS</h2>
948N/A<div class="variablelist"><dl>
948N/A<dt><span class="term">salt</span></dt>
873N/A<dd><p>
873N/A The salt provided to the hash algorithm.
873N/A </p></dd>
873N/A<dt><span class="term">algorithm</span></dt>
28N/A<dd><p>
873N/A A number indicating the hash algorithm. Currently the
873N/A only supported hash algorithm for NSEC3 is SHA-1, which is
873N/A indicated by the number 1; consequently "1" is the only
873N/A useful value for this argument.
948N/A </p></dd>
873N/A<dt><span class="term">iterations</span></dt>
873N/A<dd><p>
873N/A The number of additional times the hash should be performed.
873N/A </p></dd>
948N/A<dt><span class="term">domain</span></dt>
873N/A<dd><p>
135N/A The domain name to be hashed.
12N/A </p></dd>
12N/A</dl></div>
12N/A</div>
12N/A<div class="refsect1" lang="en">
1431N/A<a name="id2658101"></a><h2>SEE ALSO</h2>
22N/A<p>
873N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
443N/A <em class="citetitle">RFC 5155</em>.
1178N/A </p>
1355N/A</div>
1178N/A<div class="refsect1" lang="en">
1198N/A<a name="id2658118"></a><h2>AUTHOR</h2>
1355N/A<p><span class="corpauthor">Internet Systems Consortium</span>
12N/A </p>
12N/A</div>
948N/A</div>
948N/A<div class="navfooter">
12N/A<hr>
12N/A<table width="100%" summary="Navigation footer">
135N/A<tr>
948N/A<td width="40%" align="left">
948N/A<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
948N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
948N/A<td width="40%" align="right">�</td>
948N/A</tr>
1431N/A<tr>
1431N/A<td width="40%" align="left" valign="top">
1431N/A<span class="application">isc-hmac-fixup</span>�</td>
1431N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
1431N/A<td width="40%" align="right" valign="top">�</td>
1431N/A</tr>
1431N/A</table>
1431N/A</div>
1431N/A</body>
1431N/A</html>
1431N/A