Decryption Processor

Decryption processor is used to decrypt incoming data from source.

Decryption Processor Configuration

To add a Decryption processor on your data pipeline, select the processor from the components panel onto the canvas and click on it to configure.

FieldDescription
Output FieldThe decrypted data field.
Algorithm TypeDecryption algorithm used to decrypt data.
Input FieldThe field to be decrypted.
Secret KeyA valid secret key used to decrypt 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.

Provide Private Key and passphrase if PGP algorithm type is selected.

Algorithm Types

AlgorithmKey SizeAlgorithm Values to be Used
AES128 bitAES
DES56 bitDES
Triple DES192 bitDESede
Blowfish32-448 bitBlowfish
RSA1024, 2048, or 4096 bitRSA
PGP512 to 4096 bytes, depending on the key size set on the tool to generate a PGP key or 1024 to 4096 bits.PGP(RSA/Diffi-hellman)

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

Top