Guides
Everyday developer utilities
Base64 and Unicode, escaping for JSON, SQL, HTML and shell, sortable identifiers, and reading a token you have no reason to trust yet.
Start hereBase64 is not encryptionBase64 is a transport encoding with no key and no secrecy. What the padding means, why base64url exists, the Unicode trap in btoa, and when to reach for a hash instead.