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