XOR Encryption & Decryption with Base64 for n8n Workflow Data - n8n Workflow | Neura Market
XOR Encryption & Decryption with Base64 for n8n Workflow Data
Performs XOR-based encryption/decryption of data using a custom key and Base64 encoding, triggered by other workflows for simple obfuscation.
This n8n workflow enables basic XOR encryption and decryption of text data, combined with Base64 encoding for safe transmission. It processes input as an array of JSON objects specifying 'action-type' (encrypt or decrypt), 'key' (password), and 'data' (content). Using JavaScript Function nodes, it applies bitwise XOR operations with the key repeated to match data length, then Base64-encodes for encryption output or decodes and XORs for decryption.
Key benefits include quick data masking within
Platform
n8n
Category
Other
Price
$4.99
Creator
Matt Buds
encryption
decryption
XOR
Base64
security
obfuscation
n8n-function
workflow-trigger
javascript
data-protection
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.