Sunday, August 16, 2015
What is the Base64?
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding.
Base64 encoding schemes are commonly used when there is a need to encode binary data that needs to be stored and transferred over media that is designed to deal with textual data. This is to ensure that the data remains intact without modification during transport. Base64 is commonly used in a number of applications, including email via MIME, and storing complex data in XML.
we will update it soon...
Labels:
base64,
pinoydeveloper,
readtolearnmore,
scriptsandcodes
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment