Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
HASHDIG-DUMP(1) 	      HashDig Documentation		 HASHDIG-DUMP(1)

NAME
     hashdig-dump.pl - Enumerate a HashDig database

SYNOPSIS
     hashdig-dump.pl [-c {A|K|U}] [-h|-r] db

DESCRIPTION
     This utility enumerates a HashDig database that has been created with
     hashdig-make(1). Output is written to stdout and has the following format:

	 hash|category

OPTIONS
     -c category
	 Specifies the hash category, {A|K|U}, to enumerate. Currently, the fol-
	 lowing categories are supported: all (A), known (K), and unknown (U).
	 The default category is all.

     -h  Output hashes only. By default, hash and category information is writ-
	 ten to stdout. This option is useful when feeding hashes to hashdig-re-
	 solve-sunsolve(1).

     -r  Output hash and category information in the reverse HashDig format
	 (i.e., category|hash). This option is silently ignored if -h has been
	 specified.

AUTHOR
     Klayton Monroe

SEE ALSO
     hashdig-dump(1), hashdig-make(1), hashdig-resolve-sunsolve(1)

LICENSE
     All documentation and code are distributed under same terms and conditions
     as FTimes.

perl v5.42.3			   2026-08-27			 HASHDIG-DUMP(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hashdig-dump&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help