n8n-nodes-text-encryptor
v1.1.1
Published
n8n community node to encrypt and decrypt text using node.js crypto module
Downloads
321
Maintainers
Readme
n8n-nodes-text-encrypt
This is an n8n community node. It lets you encrypt and decrypt text using built in node.js crypto module. There are two algorithms available: AES-256-GCM or AES-256-CBC.
Installation
Follow the installation guide in the n8n community nodes documentation.
Usage
Add
Text Encryptornode to your workflow.
Select the operation:
encryptordecrypt.
Provide the text to be processed.
Provide the secret key (optional, leave empty to use the default key).
Select the algorithm:
AES-256-GCM(default) orAES-256-CBC.For decryption, provide the same secret key and algorithm used for encryption.
Connect the node to other nodes as needed in your workflow.
