Developer Tools

JSON, Base64, URL encoding, hashes, UUID, JWT, and HTTP status code & file extension references — every tool in one place, free and account-free.

Frequently asked questions

Are the developer tools free?

Yes. Every tool — JSON formatter, Base64 and URL encoding, hash and UUID generators, JWT decoder, and the reference pages — is completely free and works without an account.

Is my data sent to a server?

No. Formatting, encoding, hashing, UUID generation, and JWT decoding all run entirely in your browser. Nothing you enter is sent or stored.

Does the JWT decoder verify the signature?

No. It decodes and displays the header and payload in a readable form but does not validate the signature — so it is safe to use without revealing your secret key.

Which hashing algorithms are supported?

The hash generator supports MD5, SHA-1, SHA-256, and SHA-512, computed locally via the browser’s Web Crypto API.

What are the HTTP status code and file extension pages?

They are references with a dedicated indexed page for each HTTP status code (e.g. 404, 500) and each popular file extension — with an explanation, context, and FAQs.