当前位置:
首页 资源下载
搜索资源 - C base64 algorithm
搜索资源列表
-
0下载:
base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
-
-
0下载:
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
-
-
3下载:
一个自己写的加密/解密DLL文件,包含(Base64, BlowFish, AES, RSA,DES3,GOST)等算法以及用delphi 和 C++Builder 调用的例子源码和调用说明文件。-himself wrote an encryption / decryption DLL files, including (Base64, BlowFish. AES, RSA, DES3. GOST) algorithm and using delphi called Builder and C
-
-
0下载:
c++语言实现的base加密算法,共同学习-c language of the base encryption algorithm, learning together
-
-
0下载:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
-
-
0下载:
几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
-
-
2下载:
原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
-
-
0下载:
实现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.
-
-
0下载:
iPhone端使用Objective-C编写的一个BASE64算法的实现。-iPhone client written in Objective-C using a BASE64 algorithm.
-
-
0下载:
此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
-
-
0下载:
Base64算法C++实现
Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
-
-
0下载:
本实例解决从C#中导出文件,经标准DES算法加密后再经Base64编码,对该文件通过delphi7进行Base64解码和Des算法解密后还原-To solve this example from the C# In the export file, with the standard DES encryption algorithm and then by the Base64 encoding, the document through the Delphi7 for Base64 decod
-
-
0下载:
一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
C:GIF-LZW压缩算法压缩率较好,且我已想
-
-
0下载:
这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换).
本程序是用BCB2007制作的.
程序基本用法:
(1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可.
(2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码.
(3)点击ADD可以添加QQ号码
添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签).
声明: 程序中的MD5算法和BASE
-
-
0下载:
Base64算法的C语言实现,思路清晰,代码简洁,简单易懂。-Base64 algorithm C language, clear, code is simple and easy to understand.
-
-
0下载:
C#实现的Base64算法,可对任意文件实现加解密-C# implementation of Base64 algorithm can achieve any file encryption and decryption
-
-
0下载:
c++下面一个base64的算法实现,提供一个使用例子。-c++ following a base64 algorithm implementation, providing a use case.
-
-
0下载:
C实现的base64加密算法,经测可用,可以用来加密数据,在linux下可用!-Base64 encryption algorithm implemented in C, measured by available and can be used to encrypt data, can be used in linux!
-
-
1下载:
Base64 算法,加密解密。可自定义Key,可用于STM32 STM8小型嵌入式设备中(Base64 algorithm, encryption and decryption. Key can be customized, STM32 STM8 can be used in small embedded devices)
-
-
1下载:
c++ 加密算法合集,包括(rsa md5 base64....)(C++ encryption algorithm collection, including (RSA MD5 Base64...))
-