Skip to content
Ted Lin edited this page Dec 9, 2015 · 2 revisions

Types

  • [MD5]
  • [SHA1]
  • [CRC]
  • [ATN-32]
  • [Adler]
  • [Fletcher] : HD = 3
  • [XOR] : HD = 2
  • [Sum] : HD = 2
  • [Parity] : HD = 2

Tools

  • Md5Checker : MD5 checksum (MD5 hash) is a type of digests of files. It will become totally different if any modification has been made to the file, even a byte.
  • Checksum Compare : Checksum Compare is a program that computes and verifies SHA1 and MD5 hashes.
  • [FastSum] : FastSum is build upon the well proven MD5 checksum algorithm which is used worldwide for checking integrity of the files, and been used for this purpose for at least the last 10 years.
  • CRC_Calc

References

Clone this wiki locally