Base64 presents a easy way to represent raw files into a sequence of ASCII symbols. This operation is commonly used to carry data over platforms that just allow text-based types, for email attachments. The opposite procedure, translating a Base64 text back to its original plain form, is just as straightforward to perform and is widely available in