Describe the problem/error/question
I want to decrypt webp images that were encrypted with XOR. I found a template here XOR Encryption and Decryption with Base64 Encoding for Workflow Data | n8n workflow template and I tried to adapt it for my needs. My workflow downloads images and when it attempts to decrypt it gives an error. I’m not a experienced programmer, does anyone know how to fix this?
What is the error message (if any)?
The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object [line 2]
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.98.2
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Windows Server 2022