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