0.1.1 • Published 7 months ago
@nilegfx/n8n-nodes-base64 v0.1.1

n8n-nodes-base64
This is an n8n community node that provides Base64 encoding and decoding functionality.
n8n is a fair-code licensed workflow automation platform.
Features
This node allows you to:
- Encode text to Base64
- Decode Base64 to text
Installation
Community Nodes (Recommended)
For users on n8n v0.187+:
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-base64in Enter npm package name - Agree to the risks of using community nodes
- Select Install
Manual Installation
To install this node manually:
cd /your-n8n-installation-folder
npm install n8n-nodes-base64Note: n8n automatically detects all installed nodes. If you installed n8n globally, you might need to install the package globally as well (npm install -g n8n-nodes-base64).
Usage
Base64 Encode
- Add the Base64 node to your workflow
- Select the Encode operation
- Enter the text you want to encode in the Text field
- Execute the node to get the Base64 encoded string
Base64 Decode
- Add the Base64 node to your workflow
- Select the Decode operation
- Enter the Base64 string you want to decode in the Base64 field
- Execute the node to get the decoded text