Encode or decode text to/from Base64 format
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format.
It's commonly used to encode data that needs to be stored and transferred over media designed to handle text.