Forum breadcrumbs - You are here:SigningCloud CommunitySCMY Users Community: Create DocumentSecurity integrity
Security integrity
Quote from SMPH on November 28, 2023, 12:18 PMIntegrity 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)
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)
Click for thumbs down.0Click for thumbs up.0