Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

HASH: Add option to verify hashes from a file

Charles Dye

Super Moderator
May
5,853
217
Staff member
I suggest:

HASH /R /V:file

/V:file reads lines from a text file, and verifies the hashes listed in the file. The format of the file is the same as HASH’s output; you can create the file by redirecting output from HASH. I recommend that the file be created in Unicode, to avoid mangling filenames containing oddball characters.

/V:file will report all filenames from file which do not match the corresponding hash, unless /R is also specified. If /V: and /R are used together, HASH will report all filenames from file which do match the corresponding hash.
 
Back
Top