Decryption Processor
In this article
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.
Algorithm | Key Size | Algorithm Values to be Used |
---|---|---|
AES | 128, 192, 256 bits | Symmetric key algorithm, uses Rijndael cipher. |
DES | 56 bits | Symmetric key algorithm, uses Feistel network. |
Triple DES | 112, 168 bits | Symmetric key algorithm, applies DES three times to each data block |
Blowfish | 32–448 bits | Symmetric key algorithm, uses Feistel network with key-dependent S-boxes |
RSA | 1024–4096 bits | Asymmetric key algorithm, uses two large prime numbers |
PGP | 128–4096 bits | Hybrid algorithm, combines symmetric and asymmetric encryption |
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.
After the decryption, the Detect Schema window will show the decrypted data.
If you have any feedback on Gathr documentation, please email us!