This is a conversion of Synesis Software Base-64 C system to GLBasic. The general rule is to choose a set of 64 characters that is both part of a subset common to most encodings, and also printable. This combination leaves the data unlikely to be modified in transit through systems, such as email, which were traditionally not 8-bit clean.
So, the array of integers 1,2,3,4,5,6,7,8,9,10 comes out as :
AQAAAAIAAAADAAAABAAAAAUA
AAAGAAAABwAAAAgAAAAJAAAA
CgAAAA==
or
AQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAA==
[attachment deleted by admin]