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