text-encryption

n8n community node for text encryption

Package Information

Released: 11/13/2025
Downloads: 4 weekly / 16 monthly
Latest Version: 1.0.3
Author: Thorsten Kalka

Documentation

n8n-nodes-text-encryption

This is an n8n community node. It uses the Cryptr npm package to encrypt and decrypt text using a user-provided encryption key.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Encryption: Encrypts a text using the encryption key stored in the credentials.
  • Decryption: Decrypts a text using the encryption key stored in the credentials.

Credentials

Adds a custom credential (TextEncryptionAPI) to store the encryption key.

Compatibility

Tested with n8n v1.119.1.

Resources

Version history

Version Changes
1.0.0 Initial release

Discussion