Hacker News new | ask | show | jobs
by briandear 1297 days ago
I worked at a $massive_tech_company_with_extreme_secrecy and using these tools was expressly forbidden because of the risk. Maybe one exists, but I would gladly pay $20 for a Mac app that could do all of this locally: like a Markdown Pro type app but for JSON formatting and validation. I want to simply open the app, paste in some json and have it format it to my requirements (spaces/tabs/pretty/etc.)
1 comments

I vaguely remember some tool that was just a collection of random tools like that running as local server (including a bunch of crypto primitives) but I can't remember the name now...
You’re probably thinking of the tool made by GCHQ, CyberChef

https://gchq.github.io/CyberChef/

Great tool that i'd recommend any software person, techy, reverse engineer etc should self-host.

I host in in my kube cluster with all outbound connections blocked, just to be safe.

Yup, thanks!