搜索资源列表
c的base64
c的base64算法
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
linux.base64.tar
- base64解码编码c++的,我找了好久才找到的-decoding base64 encoding c, and I look for a long time to find the
base64源码
- 在VC下base64 编码、解码的源代码-in VC base64 encoding, decoding the source code
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
Base64-0.91
- javabase64,是一个基于java的Base64编码程序-javabase64 is a java based on the Base64 encoding procedures
base64
- 自己常用的BASE64编码程序,开发环境为LINUX
base64
- base64的编码解码源代码。有用的下啊-base64 encoding decoding source code. Useful under the ah
MIME-Base64
- Base64是MIME邮件中常用的编码方式之一。它的主要思想是将输入的字符串或数据编码成只含有{ A - Z , a - z , 0 - 9 , + , / }这64个可打印字符的串,故称为“Base64”。-Base64 is a MIME message encoding one of the ways commonly used. Its main idea is to input data encoded into a stri
base64
- base64解码 -base64 decoding base64 decoding
Base64
- 将字符串使用base64算法加密的库。.net平台,C#语言开发。-String encryption algorithm using base64 library. . net platform, C# language development.
base64
- 用于BASE64编码和解码的程序,如果你需要自己做一个程序来控制CISCO网络设备,这个是必需的-For BASE64 encoding and decoding process, if you need to make a program to control the CISCO networking equipment, it is necessary
base64
- base64加密解密,一个小工具,费用好用-base64 encryption and decryption, a small tool, the cost-to-use
base64
- 实现base64编解码,base64是邮件、证书常用的输出格式,本类提供两个简单函数即可实现base64的编解码-The realization of base64 codec, base64 is the e-mail, the certificate common output format, this class provides two simple functions can be realized base64 codec