I need to decrypt an encrypted string using AMPScript's DecryptSymmetric() function which is coming from an external system(PHP).
I am not sure which algorithm PHP should use to encrypt the string, so that I can decrypt that string using AMPScript's DecryptSymmetric() function.