Forum Navigation

Mac parameter

Quote

What is the use of Mac parameter to secure the document?

Quote

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)