Decryption Processor
In this article
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.
Field | Description |
---|---|
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.
If you have any feedback on Gathr documentation, please email us!