搜索资源列表
CyoEncode
- base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
Encrypt_1
- 几个封装完好的常用算法,md5,des,base64,crc32-several commonly used algorithms intact, md5, des, base64, crc32
base64test
- 这是从开源项目中分离出来的base64编码例子。-This the revenue from the project to isolate the base64 encoding example.
base64
- 实现base64编解码,base64是邮件、证书常用的输出格式,本类提供两个简单函数即可实现base64的编解码
wfpb_base64
- base64算法,前几天用来截获MSN协议时获取文件名时使用的。之前用的一个网上下下来的base64的源码,解码总是错误。后来干脆自己写了一个。由于MSN协议解出来的字符串是UNICODE的,所以那些base64转换器解码后显示不出有用信息,中间被截断(null字符)。 里面包含两个项目(一个库,一个测试程序)
Base64demo
- Base64 Encode/Decode的dll包装,包括vc++和delphi的demo,dll的源码
char_base64
- 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
base64
- 网络传输过程中,用于二进制文件编解码,将其以字符串形式传输(Used for binary file encoding and decoding)