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
HASHDIG-WEED(1) HashDig Documentation HASHDIG-WEED(1)

hashdig-weed.pl - Delete hashes from a HashDig database

hashdig-weed.pl [-q] [-a hash-type] -d db -f {file|-}

This 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.

-a hash-type
Specifies the type of hashes that are to be deleted. Currently, the following hash types (or algorithms) are supported: 'MD5', 'SHA1', and 'SHA256'. The default hash type is that specified by the HASH_TYPE environment variable or 'MD5' if HASH_TYPE is not set. The value for this option is not case sensitive.
-d db
Specifies the name of the database to weed.
-f {file|-}
Specifies the name of the input file. A value of '-' will cause the program to read from stdin.
-q
Don't report errors (i.e., be quiet) while processing input.

Klayton Monroe

hashdig-dump(1), hashdig-make(1)

All documentation and code are distributed under same terms and conditions as FTimes.
2022-04-08 perl v5.32.1

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.