Decrypt columns
Description
This activity decrypts the encrypted columns using the provided password. It utilizes a two-way encryption method to restore original values.
Input
Data
Output
Decrypted Data
Configuration Fields
Column names Names of the columns to decrypt. Password Decryption key for symmetric decryption.
Sample Input
ID | Name |
---|---|
1 | U2FsdGVkX1+abcdef123= |
2 | U2FsdGVkX1+ghijk456= |
Sample Configuration
Sample Output
ID | Name |
---|---|
1 | John Doe |
2 | Jane Doe |