The CRC Generator
AXE can generate various checksums and digests for all or part of a document.
The Range radio buttons let you choose whether to calculate a value for all or part of the document.
The Digest Type alternatives are as follows:
Adler32 , also called Fletch-32, is the algorithm used in zlib.
CRC32 is the classic Cyclic Redundancy Check. AXE uses the same polynomial as in PKZIP and zmodem.
MD* are digest algorithms developed by Rivest for digital signature applications.
SHA* are digest algorithms developed by NIST that produce larger digests than the MD family.
After pressing Calculate, you can cut and paste the checksum out of the field below. Values are little-endian (Intel) in that an integer result of 1 will appear as 01 00 00 00. That's all there is to it, really.