Base64 Encoder/Decoder
Convert text to and from Base64 encoding
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding binary data such as images, audio files, and other media to be transported over text-based protocols like email or HTML.