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