Decrypt Text
Decrypts text based on a specified key.
Last updated
Decrypts text based on a specified key.
Last updated
This activity decrypts a text with a key based on a specified key encoding and algorithm.
Algorithm: A drop-down that enables you to select the algorithm for decrypting the text provided as input. The following options are available
Public Key: Required
Specifies the key required for the text decryption process when using the SHA256Rsa algorithm.
Private Key: Specifies the key required for the text decryption process when using the RSA algorithm.
Secret Key: Required
Specifies the key for the text decryption process when using the AES256 and TripleDes algorithm. Input a 16 character string for AES256 and a 32 Character for TripleDes as the key input\
Cipher Text: Required
Specifies the encrypted text that is to be decrypted by this activity.
Signature: Specifies the signature that is used for verification in the SHA256Rsa algorithm.
Result: Stores the decrypted text in the specified variable.