Here are some tools that I host. They are mostly meant for my own use but feel free to use them.
Please don’t abuse any of these, I’ll be prompt to remove public access if my monitoring scripts report something unusual.
Pretty much all of these tools work directly in the browser and make use of JavaScript. Without it enabled, they are useless ;)
[1] https://it-tools.zertrin.org — A collection of small tools for developers
[2] https://zertrin.org/timo-tools — The collection of tools from Timo (in French)
[3] https://privatebin.zertrin.org — An instance of the popular minimalist client-side encrypted pastebin.
[4] https://zertrin.org/cyberchef — The Cyber Swiss Army Knife. Allows to perform many conversion operations directly in the browser, in the form of a “recipe”.
[5] https://zertrin.org/texeditor — Easy TeX editor allow to build TeX equations easily.
[6] https://zertrin.org/mathjax — Another online TeX equation editor that additionally support the Markdown syntax.
[7] https://zertrin.org/webplotdigitizer — A tool to digitalize data from plots images.
[8] https://zertrin.org/randomstringtocsscolor — Enter any string and it will show you how CSS will interpret it as a color. Useless thus essential!
[9] https://zertrin.org/gpg-decoder — An in-browser decoder for RFC 4880 (aka PGP/GPG messages). It doesn’t decrypt anything, but it is useful for debugging the (rather obscure) packet format used by GnuPG and other PGP apps.
[10] https://zertrin.org/ssss — An in-browser implementation of Shamir’s threshold secret sharing scheme in JavaScript. No data is sent to this server. (Mirror copy of http://passguardian.com/)
Credits
- [1] from CorentinTh/it-tools on GitHub — GPL-3.0 license
- [2] from lehollandaisvolant.net/tout/tools — public domain.
- [3] from PrivateBin/PrivateBin on Github — project page — license
- [4] from gchq/CyberChef on Github — Apache-2.0 License
- [5] from 123jimin/EZ-web-TeX-editor on Github.
- [6] from kerzol/markdown-mathjax on Github — license
- [7] from ankitrohatgi/WebPlotDigitizer on Github — project page — license GPLv3
- [8] from TimPietrusky/randomstringtocsscolor on Github.
- [9] from ConradIrwin/gpg-decoder on GitHub — MIT license
- [10] from amper5and/secrets.js on GitHub — MIT license