搜索资源列表
Base64编码 VC源代码
Base64编码 VC源代码
Base64编码与解码,MD5加密源码 DEMO
- Base64编码与解码,MD5加密源码 DEMO-Base64 encoding and decoding, MD5 encryption source DEMO
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
BASE64编码
- 实现BASE64编码-achieve BASE64 encoding
base64
- base64编码
base64编码实现
- 实现了base64的编解码过程
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BAS
BASE64
- 发送E-mail时用的BASE64编码- Transmits when E-mail uses BASE64 codes
base64-1.3.tar
- base64编码-base64 encoding
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
BASE64编码
- 实现BASE64编码-achieve BASE64 encoding
base64源码
- 在VC下base64 编码、解码的源代码-in VC base64 encoding, decoding the source code
Bas464编码器
- 把一段文字进行Base64编码,目前解码还没做好,清高手指点。-turned wording Base64 encoding, decoding not do a good job, money expert guidance.
base64.tar
- linux下面的Base64编码源代码,用于多媒体邮件的发送,可以用于嵌入式设备上,已经经过实际产品测试-following Base64 encoded source code for multimedia mail sent, can be used for embedded devices, has been through actual product testing
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include "base64.
Base64-0.91
- javabase64,是一个基于java的Base64编码程序-javabase64 is a java based on the Base64 encoding procedures
Base64
- Base64编码算法, 可以分别对字符串和文件进行编码/解码,带进度条, 内含VC++6.0源码
Base64
- Base64编码的简单C++语言实现-Base64 encoding of a simple C++ Language
base64
- BASE64编码的C实现,很精简,可以直接内嵌入工程-BASE64-coded C implementation, it is streamlined and can be directly embedded engineering
BASE64
- Delphi JPG 图片的 BASE64 编码、解码(BASE64 encoding and decoding of Delphi JPG pictures)