Decryption Processor

Decryption processor is used to decrypt data coming from data source.

Decryption Processor Configuration

To add a Decryption processor to your pipeline, drag the processor onto the canvas and right-click on it to configure.

FieldDescription
Output FieldThe decrypted data field.
Algorithm TypeDecryption algorithm used to encrypt data.
Input FieldThe field to be decrypted.
Secret KeyA valid secret key used to encrypt data.
Key Format

Format of the secret key, it could be hexadecimal or Base64 encoded.

It is important to encode the binary data to ensure that it is intact without modification when it is stored or transferred.

Algorithm Types

AlgorithmKey SizeAlgorithm Values to be Used
AES128 bitAES
DES56 bitDES
Triple DES192 bitDESede
Blowfish32-448 bitBlowfish
RSA1024, 2048, or 4096 bitRSA

After the decryption, the Detect Schema window will show the decrypted data.

Top