Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Checksum Algorithms

Supported checksum algorithms are defined in the Checksum.Ids namespace:

ConstantDescription
CountZeroBitsIDCount of zero bits
CountOneBitsIDCount of one bits
_8BitSumID8-bit byte sum
_16BitSumID16-bit byte sum
_32BitSumID32-bit byte sum
_64BitSumID64-bit byte sum
CRC16CRC-16
CRC16CCITTCRC-16 CCITT
CRC32CRC-32
CRC64CRC-64
CRC64WECRC-64 WE
CRC64XZCRC-64 XZ
CRCXMODEMCRC-XMODEM
AdlerAdler32 checksum
FletcherFletcher checksum
Rmd160IDRMD160 hash
Rmd128IDRMD128 hash
ASum16LESum of little-endian 16-bit values
ASum16BESum of big-endian 16-bit values
ASum32LESum of little-endian 32-bit values
ASum32BESum of big-endian 32-bit values
ASum64LESum of little-endian 64-bit values
ASum64BESum of big-endian 64-bit values
ASum8sSum of 8-bit signed values
ASum16LEsSum of little-endian 16-bit signed values
ASum16BEsSum of big-endian 16-bit signed values
ASum32LEsSum of little-endian 32-bit signed values
ASum32BEsSum of big-endian 32-bit signed values
ASum64LEsSum of little-endian 64-bit signed values
ASum64BEsSum of big-endian 64-bit signed values
FNV32FNV-1 32-bit hash
FNV321aFNV-1a 32-bit hash
FNV64FNV-1 64-bit hash
FNV641aFNV-1a 64-bit hash
MD2MD2 hash
MD4MD4 hash
MD5MD5 hash
SHA1SHA1 hash
SHA256SHA256 hash
SHA384SHA384 hash
SHA512SHA512 hash