A utility which can calculate a number of different hash/checksum
algorithms over a file.
How to use:
> hashc <algorithm> <filename>
Calculates the hash/checksum of a file with a specified algorithm.
<algorithm> may be one of the following:
crc16, crc32, md2, md4, md5, sha1, sha224, sha256, sha384, sha512,
ripemd128, ripemd160, ripemd256, ripemd320, whirlpool, tiger, tiger2
> hashc help
Prints a help screen.
Example:
> hashc sha1 kick40068_1483a091.rom
e21545723fe8374e91342617604f1b3d703094f1 *kick40068_1483a091.rom
History
=======
1.0
Initial release
|