man.nsec3hash.html revision ccee3948124ab4c8bc3afa4369177913edb1fca2
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - 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
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson - copyright notice and this permission notice appear in all copies.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews - PERFORMANCE OF THIS SOFTWARE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<!-- $Id$ -->
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<a name="man.nsec3hash"></a><div class="titlepage"></div>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<p><span class="application">nsec3hash</span> — generate NSEC3 hash</p>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox 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>
d8620c7234281056fdfd2ee40cf16636b8281092Tinderbox User <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein a set of NSEC3 parameters. This can be used to check the validity
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User of NSEC3 records in a signed zone.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The salt provided to the hash algorithm.
665a24faf6b3711e4012ac02ae5f0981c093ac1eTinderbox User A number indicating the hash algorithm. Currently the
9d557856c2a19ec95ee73245f60a92f8675cf5baTinderbox User only supported hash algorithm for NSEC3 is SHA-1, which is
b49958b502ee45022010a0b1bed3968f598895a4Automatic Updater indicated by the number 1; consequently "1" is the only
b3cbb2f1ad021349e89807f3492df6e4e679cd56Mark Andrews useful value for this argument.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User The number of additional times the hash should be performed.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The domain name to be hashed.
d8620c7234281056fdfd2ee40cf16636b8281092Tinderbox User <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<p><span class="corpauthor">Internet Systems Consortium</span>
6bcac4b58d16ee91184a72bd4ff05c41538fd932Tinderbox User<table width="100%" summary="Navigation footer">
6bcac4b58d16ee91184a72bd4ff05c41538fd932Tinderbox User<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
6bcac4b58d16ee91184a72bd4ff05c41538fd932Tinderbox User<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
6bcac4b58d16ee91184a72bd4ff05c41538fd932Tinderbox User<span class="application">isc-hmac-fixup</span>�</td>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<td width="40%" align="right" valign="top">�</td>