e-CryptIt Engine - Checksums Xojo Plugin

EinhugurChecksum.Crc16 Method (console safe)

To compute a checksum using the CRC32 algorithm. (Deprecated)

Crc16(
   bytes as String) as UInt16

Parameters

bytes
The bytes to calculate.

Returns

UInt16

Remarks

A good way to represent the checksum as an Hex string:

myString = Right("0000000"+HEX(mycrc),

This method is deprecated. Use the CRC16 class in CITT mode to replace it.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurChecksum Module