Skip to content

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

IDName
1U2FsdGVkX1+abcdef123=
2U2FsdGVkX1+ghijk456=

Sample Configuration

alt text

Sample Output

IDName
1John Doe
2Jane Doe