Encoding
Base64
Base64 is an encoding algorithm that transform any characters (binary data) into an alphabet which consists 64
symbols:
uppercase and lowercase Roman letters (A–Z
, a–z
), numerals (0–9
), +
and /
symbols.
The =
symbol is also used as a padding suffix (can be optional).