CRC32Fingerprint()

Syntax

Result = CRC32Fingerprint(Buffer, Length)
Description
Perform a CRC32 checksum on the given buffer. CRC32 is a 32 bit fingerprint not intended for password storage as it's easily crackable, but for quick data integrety check. For example, zip files have a CRC32 checksum at the end of each file to be sure than the zip is not corrupted. The main advantage of CRC32 over MD5 or other hash algoritm is its very high speed.

Supported OS

Windows, Linux, MacOS X

<- Base64Encoder() - Cipher Index - DESFingerprint() ->