Encrypt data
Hello everyone,
I was wondering if there's any function that we can use to encrypt data, for instance an email of a client in the enrichment box.
Thank you.
Best regards
Hello everyone,
I was wondering if there's any function that we can use to encrypt data, for instance an email of a client in the enrichment box.
Thank you.
Best regards
Hi @ofattah ,
1.Cretae sql function based on the configured database(Postgres,Oracle..etc) to encrypt/decrypt the string.
2. Using javascript call the function to encrypt/decrypt the string.
var encrypt = sqlGetString('select encrypt($(sz))', email);
Regards,
Malarrajan Sundarraj
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.