Responsys API Payload Encryption
Summary:
We need to encrypt the API payload of Request and Response using public-private key pair.
- Request Payload: Should be encrypted using Responsys’s public key, ensuring that only Responsys, with access to its private key, can decrypt and read the payload.
- Response Payload: Is correctly encrypted using client’s public key, so that only client can decrypt it using its private key.
using OpenSSL-generated key pairs that are separate from the SSL certificates used for HTTPS communication.
Please advise us to do this.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0