|
NAMEhashdig-weed.pl - Delete hashes from a HashDig databaseSYNOPSIShashdig-weed.pl [-q] [-a hash-type] -d db -f {file|-}DESCRIPTIONThis utility deletes specified hashes from a HashDig database that has been created with hashdig-make(1). Input is expected to be plain text with one hash per line. For MD5 hash DBs, each line must match the following regular expression:^[0-9a-fA-F]{32}$ For SHA1 hash DBs, each line must match the following regular expression: ^[0-9a-fA-F]{40}$ For SHA256 hash DBs, each line must match the following regular expression: ^[0-9a-fA-F]{64}$ Input that does not match the required expression will cause the program to generate an error message. OPTIONS
AUTHORKlayton MonroeSEE ALSOhashdig-dump(1), hashdig-make(1)LICENSEAll documentation and code are distributed under same terms and conditions as FTimes.
Visit the GSP FreeBSD Man Page Interface. |