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