Loading tool…
Plain-language definitions for technical terms used by this tool.
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used in web development, email attachments, and data transmission.
Use cases:
Note: Base64url changes the alphabet for URLs and commonly omits padding. Strict mode requires canonical input; forgiving mode accepts ASCII whitespace and missing padding. Base64 is encoding, not encryption.