man.nsec3hash.html revision 2a1d6afad5c725cbc796c10f1d2b9041eda9f077
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt - Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
71cef386fae61275b03e203825680b39fedaa8c6Tinderbox User - Copyright (C) 2000-2003 Internet Software Consortium.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - copyright notice and this permission notice appear in all copies.
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt - PERFORMANCE OF THIS SOFTWARE.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<!-- $Id: man.nsec3hash.html,v 1.65 2011/11/10 01:16:00 tbox Exp $ -->
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<a name="man.nsec3hash"></a><div class="titlepage"></div>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<p><span class="application">nsec3hash</span> — generate NSEC3 hash</p>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<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>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User a set of NSEC3 parameters. This can be used to check the validity
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User of NSEC3 records in a signed zone.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User The salt provided to the hash algorithm.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt A number indicating the hash algorithm. Currently the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt only supported hash algorithm for NSEC3 is SHA-1, which is
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt indicated by the number 1; consequently "1" is the only
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt useful value for this argument.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User The number of additional times the hash should be performed.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User The domain name to be hashed.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<p><span class="corpauthor">Internet Systems Consortium</span>
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User<table width="100%" summary="Navigation footer">
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<span class="application">isc-hmac-fixup</span>�</td>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<td width="40%" align="right" valign="top">�</td>