text-encryptor

n8n community node to encrypt and decrypt text using node.js crypto module

Package Information

Downloads: 0 weekly / 20 monthly
Latest Version: 1.1.1
Author: Didin Sino

Documentation

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

  1. Add Text Encryptor node to your workflow.

    Text Encryptor node

  2. Select the operation: encrypt or decrypt.

    Text Encryptor node

  3. Provide the text to be processed.

  4. Provide the secret key (optional, leave empty to use the default key).

  5. Select the algorithm: AES-256-GCM (default) or AES-256-CBC.

  6. For decryption, provide the same secret key and algorithm used for encryption.

  7. Connect the node to other nodes as needed in your workflow.

Discussion