What is Base64?
Base64 is not compression or encryption — it is a transport trick. Three bytes of binary become four ASCII characters, so any file can travel safely through channels that only tolerate text: JSON payloads, data URIs, email attachments and HTTP headers.