summaryrefslogtreecommitdiff
path: root/examples/ldns-nsec3-hash.1
blob: 1b0f70ce395c4fcd751e73c7b6fcdd3eabec00e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.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.