GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KNSEC3HASH(1) Knot DNS KNSEC3HASH(1)

knsec3hash - Simple utility to compute NSEC3 hash

knsec3hash salt algorithm iterations name

knsec3hash algorithm flags iterations salt name

This utility generates a NSEC3 hash for a given domain name and parameters of NSEC3 hash.

salt
Specifies a binary salt encoded as a hexadecimal string.
algorithm
Specifies a hashing algorithm by number. Currently, the only supported algorithm is SHA-1 (number 1).
iterations
Specifies the number of additional iterations of the hashing algorithm.
name
Specifies the domain name to be hashed.

Exit status of 0 means successful operation. Any other exit status indicates an error.

$ knsec3hash 1 0 10 c01dcafe knot-dns.cz
7PTVGE7QV67EM61ROS9238P5RAKR2DM7 (salt=c01dcafe, hash=1, iterations=10)


$ knsec3hash - 1 0 net
A1RT98BS5QGC9NFI51S9HCI47ULJG6JH (salt=-, hash=1, iterations=0)


RFC 5155 – DNS Security (DNSSEC) Hashed Authenticated Denial of Existence.

knotc(8), knotd(8).

CZ.NIC Labs <https://www.knot-dns.cz>

Copyright 2010–2022, CZ.NIC, z.s.p.o.
2022-03-30 3.1.7

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.