←Home
Other tools
Encode & auth5 tools
Verify the encoding of tokens, short strings, and credentials fast. base64 (URL-safe included), URL encoding, MD5/SHA hashes, JWT decode and sign (HS256/384/512). Keys and plaintext stay on the page.
Tools
- N°13→Base64Text ↔ Base64Encode UTF-8 text to Base64 and back. URL-safe mode included.
- N°14→URL encodePercent-encoding · component / uriMake any string safe to drop into a URL — encode and decode both ways.
- N°15→HashMD5 · SHA-1 · SHA-256 · SHA-512Fingerprint a string. Integrity checks, cache keys, quick IDs.
- N°16→JWT decoderHeader · payload · signaturePaste a JSON Web Token and see the claims unpacked at a glance.
- N°17→JWT signSign and verify with HS256/384/512Mint a JWT for staging-auth debugging, or verify a received token against a secret.