Base64 Encode/Decode
About Base64
- Base64 encodes binary data for channels that allow ASCII only.
- It uses 64 printable characters; '=' may be used for padding.
- Commonly used in emails, small inline images, and auth protocols.
- Base64 is not encryption and provides no confidentiality.