Game files integrity check - XHash Library
What's New:
- Stable.
- Faster.
- Supports both generate and verify checksum procedures.
- support for multiple algorithms in one hash file (ex: hash_mixed.md5) for verification. (Only for CRC32, MD5, SHA1, SHA256, SHA512)
ChecksumX
Code:
USAGE:
ChecksumX.exe (generate) (autoclose) (/x=<ExcludeFile>) <Checksum_File> <Algorithm_Index> <Base_Path>
OPTIONS:
generate - Generate a checksumfile.
autoclose - Automatically close when the process is done.
/x=<file> - Exclude file masks list for generate only.
_
Code:
Algorithm:
CRC32
MD5
SHA1
SHA256
SHA512
SHA512_256
SHA3_256
SHA3_512
BLAKE2_128
BLAKE2_256
BLAKE3_256
HAVAL3_128
HAVAL3_256
RIPEMD_128
RIPEMD_256
TIGER_128
TIGER_192
TIGER2_128
TIGER2_192
MURMURHASH_32
XXHASH_32