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