nsec3hash.html revision d6fa26d0adaec6c910115be34fe7a5a5f402c14f
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm - This Source Code Form is subject to the terms of the Mozilla Public
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm - License, v. 2.0. If a copy of the MPL was not distributed with this
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm - file, You can obtain one at http://mozilla.org/MPL/2.0/.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<a name="man.nsec3hash"></a><div class="titlepage"></div>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<p><span class="application">nsec3hash</span> — generate NSEC3 hash</p>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<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>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner a set of NSEC3 parameters. This can be used to check the validity
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner of NSEC3 records in a signed zone.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm The salt provided to the hash algorithm.
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner A number indicating the hash algorithm. Currently the
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner only supported hash algorithm for NSEC3 is SHA-1, which is
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner indicated by the number 1; consequently "1" is the only
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner useful value for this argument.
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner The number of additional times the hash should be performed.
435e07a8f03005b76541435d26b172ee261e05ccalvinpenner The domain name to be hashed.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm <em class="citetitle">BIND 9 Administrator Reference Manual</em>,