Encode and decode Base64 strings easily
• Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format
• Commonly used for encoding data in email, web pages, and data URLs
• The encoded string is approximately 33% larger than the original data
• Uses characters A-Z, a-z, 0-9, +, / and = for padding