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