What is the advantage of using Base64 encode?
I would like to understand it better. Do I really need it? Can\'t I simply use pure strings?
I heard that the e
One application is to transfer binary data in contexts where only characters are allowed. E.g. in XML documents/transfers. XML-RPC is an example of this.