nsec3hash.html revision d6fa26d0adaec6c910115be34fe7a5a5f402c14f
98N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
98N/A<!--
935N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
98N/A -
98N/A - This Source Code Form is subject to the terms of the Mozilla Public
919N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
919N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
919N/A-->
919N/A<html lang="en">
919N/A<head>
919N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
919N/A<title>nsec3hash</title>
919N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
919N/A</head>
919N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
919N/A<a name="man.nsec3hash"></a><div class="titlepage"></div>
919N/A<div class="refnamediv">
919N/A<h2>Name</h2>
919N/A<p><span class="application">nsec3hash</span> &#8212; generate NSEC3 hash</p>
919N/A</div>
919N/A<div class="refsynopsisdiv">
919N/A<h2>Synopsis</h2>
98N/A<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>
98N/A</div>
98N/A<div class="refsection">
98N/A<a name="id-1.7"></a><h2>DESCRIPTION</h2>
493N/A<p>
98N/A <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
98N/A a set of NSEC3 parameters. This can be used to check the validity
851N/A of NSEC3 records in a signed zone.
98N/A </p>
911N/A</div>
911N/A<div class="refsection">
911N/A<a name="id-1.8"></a><h2>ARGUMENTS</h2>
911N/A<div class="variablelist"><dl class="variablelist">
98N/A<dt><span class="term">salt</span></dt>
479N/A<dd><p>
479N/A The salt provided to the hash algorithm.
98N/A </p></dd>
1003N/A<dt><span class="term">algorithm</span></dt>
1003N/A<dd><p>
1003N/A A number indicating the hash algorithm. Currently the
1003N/A only supported hash algorithm for NSEC3 is SHA-1, which is
1003N/A indicated by the number 1; consequently "1" is the only
1003N/A useful value for this argument.
493N/A </p></dd>
493N/A<dt><span class="term">iterations</span></dt>
493N/A<dd><p>
493N/A The number of additional times the hash should be performed.
98N/A </p></dd>
493N/A<dt><span class="term">domain</span></dt>
963N/A<dd><p>
935N/A The domain name to be hashed.
479N/A </p></dd>
98N/A</dl></div>
493N/A</div>
493N/A<div class="refsection">
493N/A<a name="id-1.9"></a><h2>SEE ALSO</h2>
910N/A<p>
910N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
910N/A <em class="citetitle">RFC 5155</em>.
98N/A </p>
98N/A</div>
98N/A</div></body>
479N/A</html>
98N/A