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 FieldEncrypted data field.
Algorithm TypeEncryption algorithm used to encrypt data.
Input FieldThe field to be encrypted.
Secret KeyA valid secret key used to encrypt data.
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.

Top