Encode text to Base64 and decode Base64 strings
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding email attachments, storing complex data in XML/JSON, and transmitting binary data over text-based protocols.