Forum Navigation

Security integrity

Quote

What is the used of Integrity in securing data in Signing Cloud?

Quote

Integrity is used to ensure there is no modification when data is being transfer.

The mac parameter is to append the encrypted data to API Secret and perform the SHA256 algorithm to extract the digest value, lastly convert it into hexadecimal characters.

MAC= SHA256 (Encrypted data + API Secret)