crc32()

Calculates the CRC-32 checksum for a given string.

Syntax

crc32({input_string})

Parameters

Parameter Type Description Comment
input_string String The string for which the CRC-32 checksum will be calculated.

Return Value

Examples

Calculate the CRC-32 checksum for the string “HelloWorld”

crc32("HelloWorld"); // returns the CRC-32 checksum for the string

See also

crc16
crc32
sha256
sha256_f
md5
md5_f