|
|
| |
ldns-nsec3-hash.c(1) |
FreeBSD General Commands Manual |
ldns-nsec3-hash.c(1) |
ldns-nsec3-hash - print out the NSEC3 hash for a domain name
ldns-nsec3-hash <domain_name>
ldns-nsec3-hash is used to print out the NSEC3 hash for the given domain
name.
- -a number
- Use the given algorithm number for the hash calculation. Defaults to 1
(SHA-1).
- -s salt
- Use the given salt for the hash calculation. Salt value should be in
hexadecimal format.
- -t count
- Use count iterations for the hash calculation.
Written by the ldns team as an example for ldns usage.
Report bugs to <ldns-team@nlnetlabs.nl>.
Copyright (C) 2008 NLnet Labs. This is free software. There is NO warranty; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |