Security Data Transformation Recipes
Build a small, inspectable sequence of local transformations for layered encodings and repetitive investigation tasks. No custom code or network steps are executed.
About Transformation recipesFeatures & how to use
Chain Base64, URL, hex, UTF-16, gzip, XOR, ROT13 and JSON transforms locally. Reorder steps and export recipes without input data or XOR keys.
What it can do
- Chain up to 16 allowlisted operations: encoding, compression, SHA-256, JSON formatting, line operations, defanging, ROT13 and hex-key XOR.
- Reorder or remove steps and inspect bounded intermediate previews with step-specific errors.
- Import or export versioned JSON recipe configuration. Exports exclude input, results and XOR keys, which must be re-entered after import.
- Workers are cancellable and time-limited; input is capped at 512 KiB and each intermediate result at 2 MiB, including decompression.
How to use it
- Paste input, add transformation steps and arrange them in execution order.
- Choose Run recipe and inspect the final result and intermediate steps.
- Copy or download output separately. Save the recipe to reuse its operations without saving the research data or keys.