Encode and decode Base64
Base64 is a way to encode binary data as text. It is widely used for:
Security note: Base64 is not encryption, just encoding. Do not use it to protect sensitive data.