How to validate checksums/hash stored in a file against their targets

M

MDX.179

I have a few checksum values, i.e. MD5/SHA256/SHA384/etc, kept in some text files. Some of these are kept in simple cheksum file format like the one given belowXXXXYYYZZZZ..................... filename1XXX1YYY1ZZZZ1................... filename2X1X1Y1Y1Z1Z1Z1.................. filename3Some of the files that are stored in BSD Style checksums. like the one given belowSHA256 (filename1) = XXXXYYYZZZZ.....................MD5 (filename2) = X3X3Y3Y3Z3Z3.....................SHA1 (filename3) = XX22YY22ZZ22..................I need a tool or utility that can validate these checksum values th

Continue reading...
 

Similar threads

W
Replies
0
Views
149
Wandering10
W
Back
Top Bottom