Revision History

1.0.0.2 Initial Release

Properties

Action

Type: List Input
The Action Property
Encrypt - Takes the Text value inside the DecryptedText property and encrypts it.
Decrypt - Takes the Text value inside the EncryptedText property and decrypts it.


Passphrase

Type: String Input
The Passphrase Property is your encryption key, can be something like "Pass123" or another text string of your choice.


DecryptedText

Type: Multiline Text InputOutput
The DecryptedText Property contains the decrypted string text value.


EncryptedText

Type: Multiline Text InputOutput
The EncryptedText Property contains the encrypted string text value.


Remarks

This node's intended use is for encryption of short Text strings.

Examples

Did this answer your question?