Back to Nodes

Text Encryption

Last updated Nov 13, 2025

n8n community node for text encryption

3 Weekly Downloads
96 Monthly Downloads

Included Nodes

Text Encryption

Description

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