Skip to content

Developer Tools

Everyday utilities for people who write and debug code: generate identifiers, inspect tokens, test patterns and format snippets. They suit backend and frontend developers, DevOps engineers and QA testers who want a quick answer without installing anything or pasting secrets into a server.

38 tools

All tools in this category

Frequently asked questions

Does the JWT decoder verify the token signature?

No. Decoding only reads the header and payload, which are plain Base64URL-encoded JSON. Anyone can produce a token that decodes correctly, so never trust decoded claims until the signature has been verified on your server.

Are the UUIDs generated here random enough for production?

Version 4 UUIDs use your browser's cryptographically secure random generator, which is suitable for identifiers. They are not secrets, though, so do not use a UUID as a password or API key.

Is it safe to paste real tokens or configuration into these tools?

The processing happens in your browser tab and nothing is sent to our servers. Even so, treat production credentials carefully: prefer test values, and revoke any token you pasted into a shared or untrusted computer.

Other categories