Checksum

A checksum is a value that represents the number of bits in a transmission message. It is used to detect high-level errors within data transmissions. Prior to transmission, every piece of data has a checksum value assigned to it before transmission. The Checksum value is sent to the receiving party for the data before it is delivered. This value can then be compared with the data received to check for corruption or tampering.

Compute and store the checksum as a metadata field on the item. This is can be used to identify duplicates.

  • Target - Select the target type, content (binary) or text.

  • Algorithm - Currently only supports MD5.

Last updated