UseCRC32Fingerprint()
Syntax
UseCRC32Fingerprint()Description
Register the CRC32 fingerprint plugin for future use.
Parameters
None.
Return value
None.
Remarks
CRC32 is a 32-bit fingerprint not intended for password storage as it's easily crackable, but for quick data integrity check. For example, zip files have a CRC32 checksum at the end of each file to be sure that the zip is not corrupted. The main advantage of CRC32 over MD5 or other fingerprint algorithm is its very high speed.
Example
UseCRC32Fingerprint() Debug StringFingerprint("any text", #PB_Cipher_CRC32)
See Also
UseMD5Fingerprint()(), UseSHA1Fingerprint()(), UseSHA2Fingerprint()(), UseSHA3Fingerprint()()
Supported OS
All