Encryption Processor

Encryption processor allows data to be encrypted. The data coming out from a data source, that requires further processing and data security, this processor allows to hide the actual data during transformation or processing.

This is useful to hide or transform sensitive or confidential data such as credit card details, bank details, contact details, personal details etc. Encryption processor lets you to encrypt that sensitive information.

Encryption Processor Configuration

To add an Encryption processor to your pipeline, drag the processor to the canvas and right-click on it to configure.

FieldDescription
Output FieldProvide the field in which you want to store the Encrypted data.
Algorithm TypeEncryption algorithm used to encrypt data. The available Algorithm Type are: AES, DES, Triple DES, Blowfish, RSA, PGP.
Input FieldThe field to be encrypted.
Secret KeyProvide the fields and secret keys based on the selected key format. The charecter length of the key should be as follows: AES-16, DES-8, Triple DES-24, RSA- Generate Key pair, and provide encrypted value.
Key Format

Format of the secret key, which is hexadecimal or Base64 encoded.

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

This option is not available if Algorithm type is selected as RSA or PGP.
Top