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