Decryption Processor
In this article
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.
Field | Description |
---|---|
Output Field | The decrypted data field. |
Algorithm Type | Decryption algorithm used to decrypt data. |
Input Field | The field to be decrypted. |
Secret Key | A 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
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 |
PGP | 512 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.
If you have any feedback on Gathr documentation, please email us!