You have probably copied a Base64 string a hundred times without thinking about it. That long chain of letters and slashes at the end of a JWT. The data:image/png;base64, blob in a CSS file. The Authorization: Basic header in a Postman collection.

Base64 is everywhere in a developer's daily work — and most developers have a fuzzy mental model of...