This advanced, utilities workflow component calculates a checksum for the payload binary and stores the result in the workflow variable you define.
The component has these parameters:
Checksum Algorithm
Available algorithms depend on system support:
- SHA-256
- SHA-512
- SHA3-256
- CRC32
- MD5
- SHA-1
The name of the variable, which should receive the checksum.
Here you state the encoding of the calculated checksum. Default is Hex. Possible values are: Hex and Base64.