Definition: Base64 is a method of encoding arbitrary binary data as ASCII text. This is necessary for sending files via Internet email, which can only handle 7-bit ASCII text.
Since Base64 encoding divides three bytes of the original data into four bytes of ASCII text, the encoded typically is about a thrid bigger.
Alternate Spellings: Base 64

