Calculate checksum

Calculate checksum

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:
  1. SHA-256
  2. SHA-512
  3. SHA3-256
  4. CRC32
  5. MD5
  6. SHA-1
Variable name
The name of the variable, which should receive the checksum.

Output encoding
Here you state the encoding of the calculated checksum. Default is Hex. Possible values are: Hex and Base64.