Avatar

Level 5

Hi Badr,

this subject was partially covered in Functions to encrypt or decrypt PII data in Adobe Campaign Classic

Please note, DES is considered insecure, you should favor AES if you can.

You could add a custom function to encrypt in Adobe Campaign : Adding additional SQL functions or get the temp:schema in a JS activity, loop over each row and use a method such as cryptString​ on the field to be encrypted.

Kind regards,

Pierre