CRC32 Checksum
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation calculates a 32-bit Cyclic Redundancy Check (CRC) value for a given input. A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data.
The algorithm uses a fixed 32-bit polynomial to calculate a short "fingerprint" of the input data, resulting in a 32-bit (one-byte) checksum. This checksum can detect certain types of errors, like single-bit errors or burst errors up to 32 bits, by recalculating the checksum and comparing it with the original.
These are the input/output expected data types for this operation:
- Data you want to compute the CRC-32 checksum for.
- CRC-32 values of your input data.
Suppose you want to calculate the CRC-32 of a specific set of data:
In your Pipeline, open the required configuration and select the input Field.
In the Operation field, choose CRC32 Checksum.
Give your Output field a name and click Save. The operation will calculate the CRC32 codes for the strings in your input field. For example: