freeswitch/libs/ldns/examples/ldns-nsec3-hash.1

35 lines
854 B
Groff

.TH ldns-nsec3-hash.c 1 "10 Dec 2008"
.SH NAME
ldns-nsec3-hash \- print out the NSEC3 hash for a domain name
.SH SYNOPSIS
.B ldns-nsec3-hash
.IR <domain_name>
.SH DESCRIPTION
\fBldns-nsec3-hash\fR is used to print out the NSEC3 hash for the given domain name.
.SH OPTIONS
.TP
\fB-a\fR \fInumber\fR
Use the given algorithm number for the hash calculation. Defaults to 1 (SHA-1).
.TP
\fB-s\fR \fIsalt\fR
Use the given salt for the hash calculation. Salt value should be in hexadecimal format.
.TP
\fB-t\fR \fIcount\fR
Use count iterations for the hash calculation.
.SH AUTHOR
Written by the ldns team as an example for ldns usage.
.SH REPORTING BUGS
Report bugs to <ldns-team@nlnetlabs.nl>.
.SH COPYRIGHT
Copyright (C) 2008 NLnet Labs. This is free software. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.