搜索资源列表
Base64编码与解码,MD5加密源码 DEMO
- Base64编码与解码,MD5加密源码 DEMO-Base64 encoding and decoding, MD5 encryption source DEMO
base64-1.3.tar
- base64编码-base64 encoding
Base64
- base64编码算法 base64编码算法
BASE64
- 易语言代码:一个用易语言写的BASE64编码解码的例子,实现了用易语言编写原始加密算法,可以作为很好的借鉴
Base64
- Base64编码算法, 可以分别对字符串和文件进行编码/解码,带进度条, 内含VC++6.0源码
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
Base64
- base64编码解码,vc6,主要用了base64编码解码的类
base64-des-shmem-seg
- 包括BASE64编码的C语言实现,DES加密的C实现,共享内存,信号量的C实现
BASE64编码
- 实现BASE64编码-achieve BASE64 encoding
Base64enc 64位编码解码的动态连接库的例子
- 一个64位编码解码的动态连接库的例子,A 64-bit codec DLL example
base64
- 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
hmac_sha
- 实现HMAC-SHA1签名再Base64转码: (1)HMACSHA1.c:实现HMAC-SHA1签名算法 (2)base64.c:base64编码算法。-HMAC-SHA1 signatures to achieve further Base64 transcoder: (1) HMACSHA1.c: HMAC-SHA1 signature algorithm to achieve (2) base64.c: base64 encoding algorithm.
WapBase64
- 一个用ATL开发的Base64编码控件,使用简单,用EnCode64(str)编码,EnCode64(str)解码,属性EnCode存放源码,属性DeCode存放Base64码,开发平台:VC.Net- The Base64 code which develops with ATL controls, the use is simple, (str) codes with EnCode64, EnCode64 (str) decodes, the attribute EnCode depos
base64
- C++下的base64编码,能够支持任何数据进行base64编码。 -C++ Under the base64 encoding, can support any data base64 encoding.
Base64.zIP
- Base64编码、解码类,j加密文件到base64密文 同时附带解密文件-Base64 encoding, codec type, j Micronesia base64 encrypted file to decrypt the text file attached at the same time
Base64
- Base64编码的简单C++语言实现-Base64 encoding of a simple C++ Language
SuperBase64ED
- 这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation t
base64
- BASE64编码的C实现,很精简,可以直接内嵌入工程-BASE64-coded C implementation, it is streamlined and can be directly embedded engineering
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
BASE64
- Demo演示BASE64 编码和解码字符串,C++builder编写并调试通过(BASE64 encryption and decryption AnsiString)