nsec3hash.html revision 33d0a7767d53cb366039fd0ac4f63cf8a9c351b0
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - Permission to use, copy, modify, and/or distribute this software for any
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - purpose with or without fee is hereby granted, provided that the above
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - copyright notice and this permission notice appear in all copies.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina - PERFORMANCE OF THIS SOFTWARE.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<a name="man.nsec3hash"></a><div class="titlepage"></div>
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<p><span class="application">nsec3hash</span> — generate NSEC3 hash</p>
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<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>
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina a set of NSEC3 parameters. This can be used to check the validity
044868b388b4e47499f12a9105310b247bbe1ce2Simo Sorce of NSEC3 records in a signed zone.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina<div class="variablelist"><dl class="variablelist">
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina The salt provided to the hash algorithm.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina A number indicating the hash algorithm. Currently the
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina only supported hash algorithm for NSEC3 is SHA-1, which is
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina indicated by the number 1; consequently "1" is the only
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina useful value for this argument.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina The number of additional times the hash should be performed.
41be4e3976cf66823ad2c6880671ac7fbafdc640Pavel Březina The domain name to be hashed.
044868b388b4e47499f12a9105310b247bbe1ce2Simo Sorce <em class="citetitle">BIND 9 Administrator Reference Manual</em>,