What is Base64?
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is commonly used to embed image data in HTML or CSS, or to transmit data over media that are designed for textual content.