Isn't CyberChef[0] also local and without ads, and also open source? [0] https://gchq.github.io/CyberChef/
Just be careful if you ever need to search for the URL again in the future. Last week a colleague of mine did and the first result on DDG linked to a very sketchy, ad-filled cyberchef instance. It seems like it already got removed again though.
Open-source utils for devs who don't like ads
11–20 of 21 posts
Re: Open-source utils for devs who don't like ads
#12love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc. though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly.
Why? Typing "wc file" seems infinitely easier than navigating through some web interface. Care to explain?
Re: Open-source utils for devs who don't like ads
#13Isn't CyberChef[0] also local and without ads, and also open source? [0] https://gchq.github.io/CyberChef/
Re: Open-source utils for devs who don't like ads
#14On this note I really recommend cyberchef[1]: a large collection of open-source web based utils and converters that can be chained together. Oh and it's maintained by the GCHQ, the agency that cracked the german enigma codes. [1] https://gchq.github.io/CyberChef/
Re: Open-source utils for devs who don't like ads
#15On this note I really recommend cyberchef[1]: a large collection of open-source web based utils and converters that can be chained together. Oh and it's maintained by the GCHQ, the agency that cracked the german enigma codes. [1] https://gchq.github.io/CyberChef/
Also first in building bomba an electrically powered aggregate of six Enigmas, which solved the daily keys within about two hours.
Re: Open-source utils for devs who don't like ads
#16love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc. though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly.
> it's obviously easier through a web interface Why? Typing "wc file" seems infinitely easier than navigating through some web interface. Care to explain?
Re: Open-source utils for devs who don't like ads
#17Re: Open-source utils for devs who don't like ads
#18Outlining exactly what the tool does in the README would help a lot. I was having trouble finding that info.
Re: Open-source utils for devs who don't like ads
#19Re: Open-source utils for devs who don't like ads
#20Isn't CyberChef[0] also local and without ads, and also open source? [0] https://gchq.github.io/CyberChef/
Awesome tool, thx for the recommendation. Also no npm and fancy build steps involved, just throwing it in the corner of a webserver :) Love it!
You can also download it and run it as a file I think.
My only complaint is that with my limited knowledge of JavaScript, the docs lack the info I need to contribute my own tools.
For example, I find myself needing a substring tool but there isn't one :(