Short: Calculates various hash algorithms. Author: John Selck Uploader: selck_j gmx de (John Selck) Type: util/misc Version: 1.0 Replaces: util/misc/hashc.lha Architecture: m68k-amigaos A utility which can calculate a number of different hash/checksum algorithms over a file. How to use: > hashc Calculates the hash/checksum of a file with a specified 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