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