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