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