Too Much Tools logoToo Much Tools

Security tools where pasting into a website is the risk

This is the category where online tools are genuinely dangerous. A JWT from your staging environment is a working credential. A production connection string, an API secret, a password you are testing, a TOTP seed: pasting any of them into a server-side tool means handing a stranger something that still works.

Everything here uses the browser's own Web Crypto API and never opens a network connection with your input. You can verify that: open DevTools, switch to the Network tab, and use the tool.

11 Security tools

Generate GUIDs, UUID v4, time-sortable UUID v7 and ULIDs locally, in bulk.

Local

Decode a JSON Web Token's header and payload and inspect its claims, locally.

Local

Compute SHA-1/256/384/512 digests and HMACs in your browser via Web Crypto.

Local

Generate strong random passwords and encryption keys (hex/base64) in your browser.

Local

Encrypt or decrypt text with AES-256-GCM and a passphrase (PBKDF2), all local.

Local

Generate an RSA public/private key pair in PEM format, in your browser via Web Crypto.

Local

Hash a password with bcrypt at a chosen cost, or verify one against a hash, locally.

Local

Generate time-based one-time codes (RFC 6238) from a secret, with a QR code and validator, locally.

Local

Estimate a password's entropy and crack time from its character sets, locally.

Local

Turn a username and password into an HTTP Basic Authorization header, locally.

Local

Generate and validate BIP39 recovery mnemonics with entropy and seed, locally.

Local