Encrypt Decrypt Text
Encrypts or decrypts short text strings using a passphrase.
Revision History
1.0.0.2 Initial release.
Properties
Connection
Type: Connection Input
The Connection Property can provide the passphrase used to encrypt or decrypt text.
Passphrase
Type: Password Input
The Passphrase Connection Property is the encryption key.
Action
Type: List Input
The Action Property selects whether the Node encrypts or decrypts text.
Encrypt - Reads the text value from DecryptedText and encrypts it.
Decrypt - Reads the text value from EncryptedText and decrypts it.
Passphrase
Type: String Input
The Passphrase Property is the encryption key, e.g. Pass123 or another text string. If this Property is empty, the Node uses the Passphrase from the Connection. If both are set, this Property takes precedence.
DecryptedText
Type: Multiline Text InputOutput
Use DecryptedText as input when Action is Encrypt. It contains the decrypted output when Action is Decrypt.
EncryptedText
Type: Multiline Text InputOutput
Use EncryptedText as input when Action is Decrypt. It contains the encrypted output when Action is Encrypt.
Remarks
This Node is intended for encrypting or decrypting short text strings.
The selected source text Property must not be empty. Encrypt requires DecryptedText, and Decrypt requires EncryptedText.
If no passphrase is provided on the Node or the Connection, the Node fails. If the wrong passphrase is used to decrypt text, the Node fails with Encryption Key is Invalid.