It Tools
The utilities engineers otherwise scatter across a dozen ad-laden websites - 80+ of them -
live together in IT-Tools, one fast, polished web app. Crypto covers JWT decoding, MD5 through
SHA-512 hashing, HMAC and bcrypt generation, RSA key pairs, and password strength analysis.
Converters handle JSON to CSV, YAML, and TOML, Base64 files, URL encoding, HTML entities,
color formats, and Docker run commands to Compose files. Generators produce UUIDv4, ULID,
BIP39 mnemonics, QR codes (including Wi-Fi QR), and tokens; text tools include a regex tester,
diff viewer, slug and case converters; web utilities parse URLs and user agents, look up HTTP
status codes and MIME types, and inspect Open Graph metadata; plus a cron parser, chmod
calculator, and more. The privacy argument is the point: JWTs contain user IDs, hashes derive
from passwords, JSON dumps hold PII - exactly the inputs you least want a third-party utility
site to log. IT-Tools is a frontend-only static bundle (Vue/TypeScript, GPL-3.0, 39k+ GitHub
stars) served by Nginx in one container, so everything runs client-side on your infrastructure
with nothing transmitted anywhere. New tools ship roughly monthly, and a scaffolding script
makes adding custom ones straightforward.
Deploy