Security & Encoding Tools
Free tools for hashing, encoding, JWT, password generation, and UUIDs
Security and encoding utilities are among the most frequently needed — and hardest to find as clean, trustworthy, browser-based tools. Whether you're hashing a string to verify data integrity, decoding a JWT token to debug an authentication issue, encoding an image as Base64 for an email template, or generating a cryptographically secure password, you need tools you can trust with sensitive data.
MODOO HUB's 9 security and encoding tools run entirely in your browser. The Hash Generator supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512. The JWT Decoder shows the full header and payload without any server round-trip. The Password Generator uses the Web Crypto API's getRandomValues() for true cryptographic randomness — not the predictable Math.random().
Nothing you input is ever transmitted. These tools are safe to use with real API tokens, secrets, and sensitive strings.