Skip to main content

Encoders & Ciphers

Encoders convert text into a different representation and back again: Base64 for tokens and data URLs, percent-encoding for query strings, 8-bit binary, and the classic ROT13 and Caesar ciphers. These are encodings, not encryption — they provide no security, only a change of format.