Data Encription of PII Data While Data Import in Campaign Classic | Community
Skip to main content
New Participant
November 24, 2022
Solved

Data Encription of PII Data While Data Import in Campaign Classic

  • November 24, 2022
  • 1 reply
  • 616 views

Hi Team,

 

We are have a requriement to encrypt PII data (first name, last name, email, etc) and store in recipents schema and when the delivery is being configured and executed the email, first name, last name have to be decrypted to their actual form and sent in the Email / SMS.

 

Can anyone please help on the same?

Thanks in Advance.

 

Thanks,

Shine v.v

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shubham_Goyal__

Hi @shinev_ ,

 

You can achieve this by using AES encryption functions.

Use: 

cryptString > to first encrypt and store the data.

decryptPassword > to decrypt when extracting data

 

One of the similar discussions that I can recall and that you can refer to is: here

 

Br,

Shubham

1 reply

Shubham_Goyal__
Shubham_Goyal__Accepted solution
New Participant
November 24, 2022

Hi @shinev_ ,

 

You can achieve this by using AES encryption functions.

Use: 

cryptString > to first encrypt and store the data.

decryptPassword > to decrypt when extracting data

 

One of the similar discussions that I can recall and that you can refer to is: here

 

Br,

Shubham