team@tinypod.app
Self-Hosting CyberChef: Data Transformation Toolkit
CyberChef is a web app for data transformation. Encoding, encryption, compression, parsing — chain operations like recipes.
cyberchefdatatoolssecurity
What Is CyberChef?
CyberChef (created by GCHQ) is a web application for carrying out data transformations. It calls them "recipes" — you chain operations together like a cooking recipe.
Operations
Encoding/Decoding
Encryption/Decryption
Hashing
Data Analysis
Compression
Network
Recipe Chaining
The power of CyberChef is chaining operations. Example recipe:
1. From Base64
2. Gunzip
3. JSON Beautify
4. Extract URLs with regex
Why Self-Host?
Deployment
Deploy on TinyPod. Resources: 1 CPU, 128 MB RAM. Pure static web app.
CyberChef is the Swiss Army knife of data transformation. Once you start using it, you'll wonder how you lived without it.