man.nsec3hash.html revision 233da446071f469f0f2fc175a460b2f1f8ef36cc
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
a269ca51cc3c4abcf39eb01c357ba3dc8dfd80d0Tinderbox User - Copyright (C) 2000-2003 Internet Software Consortium.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - Permission to use, copy, modify, and/or distribute this software for any
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - purpose with or without fee is hereby granted, provided that the above
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - copyright notice and this permission notice appear in all copies.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews - PERFORMANCE OF THIS SOFTWARE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<!-- $Id$ -->
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer<link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
30a60d2aff0ec1810262a8b8efc532e28b32bd57Evan Hunt<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
30a60d2aff0ec1810262a8b8efc532e28b32bd57Evan Hunt<tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
30a60d2aff0ec1810262a8b8efc532e28b32bd57Evan Hunt<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman<th width="60%" align="center">Manual pages</th>
30a60d2aff0ec1810262a8b8efc532e28b32bd57Evan Hunt<a name="man.nsec3hash"></a><div class="titlepage"></div>
222d38735f97f771054e223b03f84c5858252332Evan Hunt<p><span class="application">nsec3hash</span> — generate NSEC3 hash</p>
222d38735f97f771054e223b03f84c5858252332Evan Hunt<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>
222d38735f97f771054e223b03f84c5858252332Evan Hunt <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
222d38735f97f771054e223b03f84c5858252332Evan Hunt a set of NSEC3 parameters. This can be used to check the validity
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer of NSEC3 records in a signed zone.
c634c94d673f1bab17e7f65d332f989b683e712cDavid Lawrence The salt provided to the hash algorithm.
28002bd7cb4baa0eab9f47e1e51069c5ea7ea5d4Andreas Gustafsson A number indicating the hash algorithm. Currently the
1d32b1df372d6be6bac6450739b9e5ea23819995Evan Hunt only supported hash algorithm for NSEC3 is SHA-1, which is
1d32b1df372d6be6bac6450739b9e5ea23819995Evan Hunt indicated by the number 1; consequently "1" is the only
28002bd7cb4baa0eab9f47e1e51069c5ea7ea5d4Andreas Gustafsson useful value for this argument.
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt The number of additional times the hash should be performed.
c634c94d673f1bab17e7f65d332f989b683e712cDavid Lawrence The domain name to be hashed.
c3c6770e537ea916265c78d0294ad108233e17c1Michael Sawyer <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
222d38735f97f771054e223b03f84c5858252332Evan Hunt<p><span class="corpauthor">Internet Systems Consortium</span>
9069215eac23e32f4ef1c8e44ad7ff2865cfcdacEvan Hunt<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
222d38735f97f771054e223b03f84c5858252332Evan Hunt<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
9069215eac23e32f4ef1c8e44ad7ff2865cfcdacEvan Hunt<span class="application">isc-hmac-fixup</span>�</td>
9069215eac23e32f4ef1c8e44ad7ff2865cfcdacEvan Hunt<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
9069215eac23e32f4ef1c8e44ad7ff2865cfcdacEvan Hunt<p style="text-align: center;">BIND 9.11.0pre-alpha</p>