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