将文本或文件编码为 Base64,或解码 Base64。
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII text.
Common uses: email attachments, data URLs, API payloads, embedding images in HTML/CSS.
No, Base64 actually increases size by about 33%.