Tag: Encryption
-
Why Does EncryptSymmetric() in AMPScript Produce Different AES Results?
Question We are trying to encrypt and encode URL parameters in Salesforce Marketing Cloud using the EncryptSymmetric() function with the AES algorithm. Following the documentation, we used the following AMPScript: The function returned: However, decrypting this value using an online AES tool resulted in an error. Encrypting the same string with an online AES-128 tool…