Base64: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
The Base64 encoding is a binary data encoding scheme designed to represent arbitrary sequences of octets in a form that allows the use of both upper- and lowercase letters (so it can be embedded where text goes) but that need not be human readable.
The Base64 encoding is a binary data encoding scheme designed to represent arbitrary sequences of octets in a form that allows the use of both upper- and lowercase letters (so it can be embedded where text goes) but that need not be human readable.


<font color=darkgray>TODO http://localhost:9627/personal/Wiki.jsp?page=Base64</font>
=TO Process=
 
<font color=darkgray>
* http://localhost:9627/personal/Wiki.jsp?page=Base64
* http://localhost:9627/personal/Wiki.jsp?page=Base64EncoderDecoder2
* http://localhost:9627/personal/Wiki.jsp?page=Base64Encoder1
</font>

Revision as of 04:49, 24 November 2018

External

Internal

Overview

The Base64 encoding is a binary data encoding scheme designed to represent arbitrary sequences of octets in a form that allows the use of both upper- and lowercase letters (so it can be embedded where text goes) but that need not be human readable.

TO Process