Valid: standard Base64
- SGVsbG8= -> Valid (decodes to "Hello")
developer validator
Validate and decode standard or URL-safe Base64 entirely in your browser—no uploads or storage.
Accepts both standard Base64 and URL-safe Base64 (using - and _).
Accepts padded (=) and unpadded variants; decoding uses UTF-8 output.
Rejects malformed alphabets, bad padding, or non-Base64 characters.
Runs entirely in-browser; nothing is uploaded or stored.
Base64 string
Paste the encoded text. Standard or URL-safe forms are fine, with or without = padding. Keep under ~500 KB for best in-browser performance.
This Base64 validator supports both standard and URL-safe alphabets, with or without padding, and decodes locally for quick debugging of tokens, headers, and encoded payloads.
Use it to catch malformed Base64 before handing data to APIs or storage. Everything runs in your browser, so secrets are not uploaded or logged.
developer
JWT Decoder
Decode JWT headers and payloads client-side—no uploads, no signature verification, and no storage.
security
JWT Signature Validator (HS256)
Validate HS256 JWT signatures with a shared secret, fully client-side—no tokens or secrets ever leave your browser.
developer
Regex Tester
Test regex patterns against sample text with live matches and errors.
developer
UUID Validator
Check UUIDs (v1–v5) for proper formatting before using them in requests or logs.
security
Password Strength Checker
Score password strength with clear, local checks—length, variety, and guidance without sending data anywhere.
security
Password Entropy Calculator
Estimate password entropy (bits) in-browser to see how length and character sets impact strength.
format
JSON Validator
Check JSON syntax instantly, see exact parse errors, and keep everything local to your browser.
web
URL Validator
Validate HTTP/HTTPS URLs locally—parse host/path and catch malformed links before publishing or sending to APIs.
web
HTTP Security Headers Validator
Validate core security headers (HSTS, nosniff, frame options, referrer policy, permissions policy) entirely client-side.
All Base64 validation and decoding happen in your browser. Nothing is sent, logged, or stored.
Decoding only; do not paste secrets.