Base64 provides a straightforward method to encode plain data into a sequence of ASCII symbols. This process is often applied to transmit files over channels that just allow text-based formats, for email data. The opposite procedure, interpreting a Base64 sequence back to its initial plain form, is also straightforward to perform and is generally a