The “Text to Base64” converter is a simple encoder tool that allows you to convert online text to Base64 (that is, it encodes any textual characters into a basic ASCII string).If you want to to decode the base64 string to text then you can use Base64 to text decoder.
So,to use base64 encoder in calcont ,
1.First you have to write or paste the text on textarea.
2.Press the encode button then the base64 text will be encoded in output textarea.
3.Now,you can check encoded text and also can copy that or if you wish to clear both text you can press
clear button.
There are a lot application like,
1.It can be used to encode text while transfering some important information.
2.Use in Security or cryptography.
3.Uses in Computer networks.
3.Base64 is commonly used in a number of applications including email via MIME, and storing complex data in XML.