Base 64 is an encoding method. It is used in many internet protocols and SMTP emails. One of the widest usage of base 64 in SMTP protocol is all binary file attachments are base 64 representation of its original data. It neither compress nor encrypt data, just encodes using the 64 alphabets shown in Table …
Tag: encoding
Permanent link to this article: https://blog.openshell.in/2012/10/how-base-64/