搜索资源列表
AES加密解密
- AES的加密和解密.在VC环境下实现.可以加密多种文件以及音频文件.
AES---算法
- AES算法的详细实现代码。
AES
- AES加密算法
AES加密
- 支持AES加密算法,提供源码和测试数据程序。
正确的AES
- 这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧.-this is a correct use of the C language to write procedures AES results can be directly used to be correct. Encryption speed faster it.
des&aes
- aes加密与des加密(包括三重des加密与cbc工作模式)-aes encryption and des encryption (including triple-des encryption and cbc mode)
encryptdll3.6.1
- 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:
AES_128_192_256
- 这个程序是AES密钥标准的一个简单实现,在其中可以实现密钥长度为128.192.256三种,适合刚学密码学的人。-the procedure is standard AES key to achieve a simple, which can be achieved in the key length of 128 .192.256 three, just learning for the people of cryptography.
aes
- aes的原代码,在VC++的环境下运行.-Orangk'aes the original code in VC++ environment operation.
AES
- 超快的AES文件加密代码,支持密码-Ultrafast the AES file encryption code, support for password
CBC-AES
- aes cbc mode source code
aes
- AES的实现.其中有几个类....是用java所开发的一个加解密算法....比较好用好学-AES implementations. .... Which has a number of categories is developed in java encryption and decryption algorithm of a relatively easy to learn ....
AES+socket
- AES加密算法对socket通信过程进行加密传输,包括字符,数字,汉字等,包含完整client端和server端源码。-AES encryption algorithm to encrypt the communication process socket transmission, including characters, numbers, characters and so on, contains a complete clie
aes
- AES加密算法vC++实现类源码 hello 1243435-AES encryption algorithm vC++ Realize source category hello 1243435
AES+socket
- AES加密算法,可实现CS模式加解密文件,有简单的图形界面-AES惴ㄊ?CS模 式 咏 募屑 虻サ 图 谓
AES
- 用于实现AES加密、解密,加密128bits字符串,密码也是128bits。可扩展性很好,可以很容易地用于扩展成文件加密。-For the realization of AES encryption, decryption, encryption 128bits string, the password is 128bits. Very good scalability, can be easily used to expand fil
Aes
- AES很重要-AES is very important
AES
- AES加解密算法实现,包含如下文件 AES.exe AES.h AES.cpp AESDlg.h AESDlg.cpp 等文件,不一一列举-AES encryption algorithm, including the following documents and other documents AES.exeAES.hAES.cppAESDlg.hAESDlg.cpp not to enumerate
aes
- AES算法加解密的MFC程序,在visual c++ 6.0中编辑-AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与