nsec3hash (8)
Leading comments
Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC") Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, I...
NAME
nsec3hash - generate NSEC3 hashSYNOPSIS
- nsec3hash {salt} {algorithm} {iterations} {domain}
DESCRIPTION
nsec3hash
ARGUMENTS
salt
- The salt provided to the hash algorithm.
algorithm
- A number indicating the hash algorithm. Currently the only supported hash algorithm for NSEC3 is SHA-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument.
iterations
- The number of additional times the hash should be performed.
domain
- The domain name to be hashed.
SEE ALSO
BIND 9 Administrator Reference Manual, RFC 5155.
AUTHOR
Internet Systems Consortium