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