nsec3hash.html revision 2eeb74d1cf5355dd98f6d507a10086e16bb08c4b
853N/A<!--
853N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
853N/A -
853N/A - Permission to use, copy, modify, and/or distribute this software for any
853N/A - purpose with or without fee is hereby granted, provided that the above
853N/A - copyright notice and this permission notice appear in all copies.
853N/A -
853N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
853N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
853N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
853N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
853N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
853N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
853N/A - PERFORMANCE OF THIS SOFTWARE.
853N/A-->
853N/A<html>
853N/A<head>
853N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
853N/A<title>nsec3hash</title>
853N/A<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
853N/A</head>
853N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="nsec3hash">
5680N/A<a name="man.nsec3hash"></a><div class="titlepage"></div>
853N/A
5680N/A
853N/A
853N/A
853N/A
5991N/A <div class="refnamediv">
5991N/A<h2>Name</h2>
3351N/A<p>
853N/A <span class="application">nsec3hash</span>
853N/A &#8212; generate NSEC3 hash
5991N/A </p>
2899N/A</div>
5123N/A
5123N/A
5991N/A
5991N/A <div class="refsynopsisdiv" title="Synopsis">
5991N/A<h2>Synopsis</h2>
3351N/A <div class="cmdsynopsis"><p>
3351N/A <code class="command">nsec3hash</code>
7060N/A {<em class="replaceable"><code>salt</code></em>}
7060N/A {<em class="replaceable"><code>algorithm</code></em>}
7060N/A {<em class="replaceable"><code>iterations</code></em>}
5680N/A {<em class="replaceable"><code>domain</code></em>}
5680N/A </p></div>
5680N/A </div>
3351N/A
3351N/A <div class="refsection" title="DESCRIPTION">
3351N/A<a name="idp60866512"></a><h2>DESCRIPTION</h2>
5991N/A
853N/A <p>
853N/A <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
853N/A a set of NSEC3 parameters. This can be used to check the validity
853N/A of NSEC3 records in a signed zone.
3351N/A </p>
4337N/A </div>
3817N/A
3817N/A <div class="refsection" title="ARGUMENTS">
5991N/A<a name="idp60868304"></a><h2>ARGUMENTS</h2>
3817N/A
<div class="variablelist"><dl>
<dt><span class="term">salt</span></dt>
<dd>
<p>
The salt provided to the hash algorithm.
</p>
</dd>
<dt><span class="term">algorithm</span></dt>
<dd>
<p>
A number indicating the hash algorithm. Currently the
only supported hash algorithm for NSEC3 is SHA-1, which is
indicated by the number 1; consequently "1" is the only
useful value for this argument.
</p>
</dd>
<dt><span class="term">iterations</span></dt>
<dd>
<p>
The number of additional times the hash should be performed.
</p>
</dd>
<dt><span class="term">domain</span></dt>
<dd>
<p>
The domain name to be hashed.
</p>
</dd>
</dl></div>
</div>
<div class="refsection" title="SEE ALSO">
<a name="idp60875984"></a><h2>SEE ALSO</h2>
<p>
<em class="citetitle">BIND 9 Administrator Reference Manual</em>,
<em class="citetitle">RFC 5155</em>.
</p>
</div>
</div></body>
</html>