Encrypt Text
Encrypts text based on a specified key.
Last updated
Encrypts text based on a specified key.
Last updated
This activity encrypts 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 encrypting the text provided as input. The following options are available
Public Key: Required
Specifies the key required for the text encryption process when using the Rsa algorithm.
Private Key: Specifies the key required for the text encryption process when using the Sha256Rsa algorithm.
Secret Key:
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.
Plain Text: Required
Specifies the input text that is to be encrypted by this activity.
Result: Stores the encrypted text in the specified variable.