1NSEC3HASH(8) BIND9 NSEC3HASH(8)
2
3
4
6 nsec3hash - generate NSEC3 hash
7
9 nsec3hash {salt} {algorithm} {iterations} {domain}
10
12 nsec3hash generates an NSEC3 hash based on a set of NSEC3 parameters.
13 This can be used to check the validity of NSEC3 records in a signed
14 zone.
15
17 salt
18 The salt provided to the hash algorithm.
19
20 algorithm
21 A number indicating the hash algorithm. Currently the only
22 supported hash algorithm for NSEC3 is SHA-1, which is indicated by
23 the number 1; consequently "1" is the only useful value for this
24 argument.
25
26 iterations
27 The number of additional times the hash should be performed.
28
29 domain
30 The domain name to be hashed.
31
33 BIND 9 Administrator Reference Manual, RFC 5155.
34
36 Internet Systems Consortium, Inc.
37
39 Copyright © 2009, 2014-2016, 2018, 2019 Internet Systems Consortium,
40 Inc. ("ISC")
41
42
43
44ISC 2009-03-02 NSEC3HASH(8)