CRC32FileFingerprint()
Syntax
Result = CRC32FileFingerprint(Filename$)Description
Returns the CRC32 checksum of the given file. If the file cannot be read the result is zero. CRC32 is a 32 bit fingerprint not intended for password storage as it's easily crackable, but for quick data integrity checks. The main advantage of CRC32 over MD5 or other hash algorithm is its very high speed.
Supported OS
All