EnAndDecoding
Basics[edit]
Base64 Encoding[edit]
Base64 is a procedure to encode 8-bit binary data like programs, pictures or ZIP-files into a character stream consisting of readable codepage-independent ASCII chararcters (s. Wikipedia). For Encoding the chararacters A–Z, a–z, 0–9, + and / are used, as well as = at the end.