Base64 converts binary-like data into ASCII text so systems that only accept text can carry payloads safely. It is common in emails, data URLs, and API examples.

Base64 is not encryption. It is reversible representation, so sensitive data still needs proper cryptography.