搜索资源列表
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.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
c++base64
- c++语言实现的base加密算法,共同学习-c language of the base encryption algorithm, learning together
base64
- 找了好久都没有找到个c语言版的base64加密解密源码,于是找了个其他语言写的源码,经过一番修改,终于用c语言实现了base64的加密解密算法
base64-des-shmem-seg
- 包括BASE64编码的C语言实现,DES加密的C实现,共享内存,信号量的C实现
linux.base64.tar
- base64解码编码c++的,我找了好久才找到的-decoding base64 encoding c, and I look for a long time to find the
c的base64
- c的base64算法
base64SRC.rar
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一。base64SRC.rar中两个C文件中分别对编解码功能的实现。,Base64 is the most common network 8Bit byte code for the transmission of one of the ways of coding. base64SRC.rar two C file function, respectively, of the realization of codec.
base64.zip
- base64加密解密,c语言实现. 方便移植。,base64 encryption and decryption, c language. facilitate the transplant.
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.
base64
- C++下的base64编码,能够支持任何数据进行base64编码。 -C++ Under the base64 encoding, can support any data base64 encoding.
base64
- Base64算法C++实现 Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
base64
- Base64 加密解密。 用C语言实现。 方便移植。-Base64 encryption and decryption. Using C language. Facilitate the transplant.
Base64
- Base64编码的简单C++语言实现-Base64 encoding of a simple C++ Language
Base64
- base64 decoding class mfc visual c-base64 decoding class mfc visual c++
base64
- BASE64编码的C实现,很精简,可以直接内嵌入工程-BASE64-coded C implementation, it is streamlined and can be directly embedded engineering
CPP-base64
- c++下面一个base64的算法实现,提供一个使用例子。-c++ following a base64 algorithm implementation, providing a use case.
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
base64
- C语言实现base64加解密,直接编译可使用,亲测好用(C Language implementation plus decryption.)
BASE64
- Demo演示BASE64 编码和解码字符串,C++builder编写并调试通过(BASE64 encryption and decryption AnsiString)