Base64 Encoder/Decoder
Encode text to Base64, or decode a Base64 string back to text.
Decoding uses strict validation — text containing anything outside the Base64 alphabet is rejected with a clear error instead of silently producing garbled output.
Encode text to Base64, or decode a Base64 string back to text.
Decoding uses strict validation — text containing anything outside the Base64 alphabet is rejected with a clear error instead of silently producing garbled output.
Both will generate a hash from your input. Only one of them should be anywhere near anything security-related in 2026.
API responses and minified config files often come back as one unreadable line. Here's what's actually wrong with it and how formatting fixes it.
JSON Web Tokens look like gibberish, but they're just Base64-encoded JSON with a signature stapled on. Here's what each part means and how to verify one.