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.pl. 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 following 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 written to stdout. This option is useful when feeding hashes to hashdig-resolve-sunsolve.pl.

-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.pl, hashdig-make.pl, hashdig-resolve-sunsolve.pl


LICENSE

All HashDig documentation and code is distributed under same terms and conditions as FTimes.