Guide

Base64, Base64URL, and the padding problem

Base64 shows up in data: URIs, email attachments, JWTs, API keys, and config files — and in about half of those it is quietly a different Base64 than the one you learned. The difference is two characters and a bit of padding, which is exactly small enough to go unnoticed until something fails to decode.