hashdig-dump.pl - Enumerate a HashDig database
hashdig-dump.pl [-c {A|K|U}] [-h|-r] db
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
- -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(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.
Klayton Monroe
hashdig-dump(1), hashdig-make(1), hashdig-resolve-sunsolve(1)
All documentation and code are distributed under same terms and
conditions as FTimes.
|