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