About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation.
It is commonly used to encode data that needs to be stored and transferred over media that are designed to deal with textual data. This ensures that the data remains intact without modification during transport.