Base64 Encoder

Encode and decode Base64 strings

💡 Tip: Base64 encoding converts binary data to ASCII text. It's commonly used for embedding images in CSS/HTML, encoding credentials in HTTP Basic Auth, and transmitting binary data in JSON.