Crc32
crc32Compute the CRC-32 (IEEE) checksum of UTF-8 text — the algorithm used by zip/gzip/PNG. Returns the unsigned 32-bit value and its hex form. Keyless, offline. (Error-detection checksum, not cryptographic.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to checksum. |