Decryption Processor

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

Processor Configuration

Output Field: The decrypted data field.

Algorithm Type: Decryption algorithm used to encrypt data.

Input Field: The field to be decrypted.

Secret Key: A 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

Algorithm Key Size Algorithm Values to be Used AES 128 bit AES DES 56 bit DES Triple DES 192 bit DESede Blowfish 32-448 bit Blowfish RSA 1024, 2048, or 4096 bit RSA

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

Top