What Base64 Is Actually For (and Why It Keeps Showing Up)

Base64 exists to move binary data safely through text-oriented channels, not to keep anything secret.

joleu.ng includes a Base64 tool for encoding, decoding, and working with URL-safe variants.