Skip to main content
{/}codefunc

Encoders & Crypto

Encode and decode Base64, URL, HTML entities, JWT tokens, hashes, UUIDs, and passwords.

Encoding and crypto utilities for tokens, headers, identifiers, and hashes. Decode a JWT payload during auth debugging, generate a UUID for fixtures, or hash a string to compare with a stored digest.

These tools use browser-native APIs like Web Crypto and btoa/atob. Secrets stay on your device — use test credentials when you can and avoid pasting production keys into any browser tool.

  • Base64, URL, and HTML entity encoding/decoding
  • JWT decode and HMAC-signed token generation
  • Hashing, UUIDs, passwords, and AES encryption helpers

Tools in this category

16

Search tools

Find a developer tool