搜索资源列表
tea加密算法源代码
- 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
Rijndael算法VC使用实例
- 在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using the Rijndael algorithm, a rijndael encryption algorithm use example, although the graphical int
MD5加密算法源代码+DLL成品
- MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧.-MD5 encryption algorithm source code DLL finished, the better, a complete source VC, more powerful, and can directly cause for calling DLL files. Special autumn, MD5 would not have sai
自己写的Des算法
- 自己写的一个DES加密算法软件,在VC环境写的,编译后,对文档进行加密解密.使用方法从界面上一目了然.-I have written a encryption program of DES under the VC environment.Encrypt and decrypt the document after translate and edit it.The operate method is very clear from the interface.
B_M算法
- VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
vc-RSAnew.ra20050713
- 简单的RSA算法,适合新手学习使用,没有什么专业价值-simple RSA algorithm, for newcomers to learn how to use, no professional values
DES-VC
- DES算法及其VC源代码,详细图解,代码完整-VC DES algorithm and its source code, detailed diagrams, code integrity
Des(vc++)
- DES加密算法VC源码,只包含了一个源文件,自己在VC 中建工程即可编译,代码中有详细的注释,适于学习。-DES encryption algorithm VC source, contains only one source, VC in their works can be built, a detailed code of the Notes, suitable for learning.
rc5使用VC++6实现
- 这是RC5算法的实现-This is the realization of RC5 Algorithm
md5-vc++
- MD5 算法,VISUAL C++6.0 调试通过
DES源码
- 这个是数据加密标准的VC算法-This is a standard data encrypt algorithm of VC
4.1-20032238-VC
- 实现的文件的加密解密算法 ,实现文件格式的加密解密
encode_MD5(VC)
- md5加密算法, md5加密算法,md5加密算法
DES算法及其在VC
- DES算法及其在VC.doc-DES algorithm and its VC.doc
RSA(vc)
- rsa加密算法,VC环境,基于对画框的演示rsa算法的程序。
rijndael-vc源码
- rijndael算法在vc源码-vc FOSS
多种加密算法源码
- 多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
des加密算法
- 一款和不错的用VC实现的DES算法,希望对大家对提意见,-section and a good VC with the DES algorithm, we hope that the right to say,
栏栅加密算法
- 栏栅加密算法源程序!主要实现栏栅加密和解密等功能~主要用VC实现-fencing encryption algorithm source! Main barriers such as encryption and decryption functions to the main VC
AES高级加密算法 VC++6.0
- AES 高级加密算法 测试程序,使用vc++ 6.0编写