Adler-32 Checksum

C# implementation of Adler-32 checksum calculation
Download

Adler-32 Checksum Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Jukov
  • Publisher web site:
  • http://www.codeproject.com/Members/jukov
  • Operating Systems:
  • Windows All
  • File Size:
  • 106 KB

Adler-32 Checksum Tags


Adler-32 Checksum Description

Checksums are a common way to ensure data integrity. Adler-32 checksum may be used for revealing the damaged files or to compare two files for identity. This little tool provides a C# implementation of Adler-32 checksum calculation for use in the .NET Framework.Here are the steps needed to add Adler-32 checksum into your program without worrying about how it works:- Add the source code AdlerChecksum.cs to your project and add to your source file using FileHelper; - Create an instance of the AdlerChecksum class. - Call MakeForFile method for checksum calculation. - Get Adler-32 checksum value by ChecksumValue property. For printing method ToString can be used.


Adler-32 Checksum Related Software