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