Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Data Encription of PII Data While Data Import in Campaign Classic

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ShineVv0823 ,

 

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @ShineVv0823 ,

 

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