Base64 Encoder / Decoder
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format using a radix-64 representation. Each digit represents 6 bits, so three 8-bit bytes map to four Base64 digits. Wikipedia
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format using a radix-64 representation. Each digit represents 6 bits, so three 8-bit bytes map to four Base64 digits. Wikipedia