base64
Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。
资源总数
126
源代码
1,348
base64 热门资料
查看全部 126 份 →Example: How to do Base64 Encryption and Decryption
Example: How to do Base64 Encryption and Decryption
2013-12-06
119
Encodes and decodes to and from Base64 notation
Encodes and decodes to and from Base64 notation
2017-09-12
119
学习BASE64编码时的习作
学习BASE64编码时的习作,VC/MFC编写的BASE64编、解码程序源代码,通过程序界面可直接将指定文本编码或解码,速度快。也可直接将代码稍加修改用于实际应用。
2015-08-29
25