base64的解码C语言实现-base64 decoding C Language 下载
|
RSATool\base64.c .......\History.txt-RSATool \ base64.c ....... \ History.txt 下载
|
base64加密base64加密base64加密base64加密- 下载
|
邮件解码程序,Base64解码. 包括文档与解码程序(C/C++的都有).-mail decoding process, Base decoder. Including documents and decoding procedures (C / C have). 下载
|
BASE64译码-BASE64 Decoding 下载
|
base64编码-base64 encoding 下载
|
实现BASE64编码-achieve BASE64 encoding 下载
|
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 encoding / decoding source code inline int Base64Encode (char * base64code, const char * src, int src_len = 0) inline int Base64Decode (char * buf, base64code const char *, int src_len = 0) over two letters few within the definition in conjunction base64.h, when used include "base64.h" can, coding the original length generally occupy more than 1 / 3 of storage space, in order to efficiency, procedures and did not check whether the target storage areas overflow, please ensure that there is sufficient storage space. 下载
|
Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL 下载
|
base64 encode source 下载
|