Encode and decode text using Base64 encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored or transmitted over media designed for text.
⚠️ Base64 is encoding, not encryption. It doesn't provide security - anyone can decode Base64 text.