Decryption
Overview
The Decryption Function is used to restore encrypted (secured) data that has been processed by the Encryption Function. All content in the selected data will be encrypted by a strong cipher. The original information can be accessed only by using a decryption algorithm.
Configuration
To configure the Decryption function, specify details in the following sections:
Input Fields
Select the encrypted data that you want to decrypt from the connected processor Function.
Decryption Scheme
Enter the decryption key used by the selected decryption scheme.
Note!
The Key field only accepts parameter reference and requires you to use Global parameters.
Note!
The decryption key must be exactly 64 hexadecimal characters long.
Algorithm
Select a suitable decryption algorithm. You can select a decryption algorithm of your choice from the list below. Currently, the following types are supported:
AES-256-GCM
AES-256-CTR
Note!
The output result of the Decryption function is always of the "string" type. If another type is needed, then another function needs to be applied to convert it.