base64 是用来编码的算法,通常是用来包含传输的URL等信息(不为人的肉眼所看见)。
通常用在 url 和email 的MIME 中。
参考RFC:
http://tools.ietf.org/html/rfc3548
http://tools.ietf.org/html/rfc2045
参考WIKI
在线编解码器 http://www.convertstring.com/zh_CN/EncodeDecode/Base64Encode
base64 是用来编码的算法,通常是用来包含传输的URL等信息(不为人的肉眼所看见)。
通常用在 url 和email 的MIME 中。
参考RFC:
http://tools.ietf.org/html/rfc3548
http://tools.ietf.org/html/rfc2045
参考WIKI
在线编解码器 http://www.convertstring.com/zh_CN/EncodeDecode/Base64Encode