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