神秘果 on 二月 28th, 2010

定义

Base6464个可见字符表示任意字节编码方式。
Base64RFC2045section 6.8The Base64 Content-Transfer-Encoding is designed to represent arbitrary sequences of octets in a form that need not be humanly readable)定义:Base64内容传送编码被设计用来把任意序列的8位字节描述为一种不易被人直接识别的形式。
相对于Base64,还有Base16Base32编码方式,可以参见RFC3548The Base16, Base32, and Base64 Data Encodings)。
Base64编码应用:电子邮件编码传输、广告点击跳转加密编码串、Cookie串二进制内容编码。
Read the rest of this entry »