Encode and decode Base64 strings
Base64 is a method of encoding data using 64 printable ASCII characters. It's commonly used to transmit binary data over text-only channels.