.\" Man page generated from reStructuredText. . .TH "KNSEC3HASH" "1" "2019-01-23" "2.7.6" "Knot DNS" .SH NAME knsec3hash \- Simple utility to compute NSEC3 hash . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fBknsec3hash\fP \fIsalt\fP \fIalgorithm\fP \fIiterations\fP \fIname\fP .SH DESCRIPTION .sp This utility generates a NSEC3 hash for a given domain name and parameters of NSEC3 hash. .SS Parameters .INDENT 0.0 .TP \fIsalt\fP Specifies a binary salt encoded as a hexadecimal string. .TP \fIalgorithm\fP Specifies a hashing algorithm by number. Currently, the only supported algorithm is SHA\-1 (number 1). .TP \fIiterations\fP Specifies the number of additional iterations of the hashing algorithm. .TP \fIname\fP Specifies the domain name to be hashed. .UNINDENT .SH EXAMPLES .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ knsec3hash c01dcafe 1 10 knot\-dns.cz 7PTVGE7QV67EM61ROS9238P5RAKR2DM7 (salt=c01dcafe, hash=1, iterations=10) .ft P .fi .UNINDENT .UNINDENT .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ knsec3hash \- 1 0 net A1RT98BS5QGC9NFI51S9HCI47ULJG6JH (salt=\-, hash=1, iterations=0) .ft P .fi .UNINDENT .UNINDENT .SH SEE ALSO .sp \fI\%RFC 5155\fP – DNS Security (DNSSEC) Hashed Authenticated Denial of Existence. .sp \fBknotc(8)\fP, \fBknotd(8)\fP\&. .SH AUTHOR CZ.NIC Labs .SH COPYRIGHT Copyright 2010–2019, CZ.NIC, z.s.p.o. .\" Generated by docutils manpage writer. .