搜索资源列表
最新AES源码
- 最新的AES源代码,AES加密算法为我们提供了强大快捷的对称加密方法。-the latest source code AES, AES encryption algorithm to provide us with a powerful and efficient symmetric encryption method.
《EVC高级编程及其应用开发》源代码1_6
- 《EVC高级编程及其应用开发》源代码,所提供的代码具有一定的参考价值,evc开发的程序很少找的,不容错过-"EVC Advanced Programming and Application Development" source code, the code is to provide a reference value, AES developed procedures for the few, not to be missed
AES.Simple
- [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
AES源代码
- Aes源代码,有问题和我联系-Aes source code, and I have problems linked
aes.rar
- AES加解密算法C源代码及详细解释,可以直接用作教学课件.,AES encryption algorithm C source codes and their detailed explanation, can be directly used for teaching.
AES.zip
- AES最新加密解密算法,C语言源代码。。。。。,The latest AES encryption and decryption algorithm, C language source code. . . . .
AesCode.rar
- AES源代码,带有图形界面,可以加密文字和文件,AES coding algorithm, which can encrypt text and file
aes-java-file
- 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
AEScode
- AES源代码128/196/256 vc6.0编译通过-AES 128/196/256 vc6.0 compile the source code
aes
- aes的加密解密算法的源代码以及测试源代码和仿真结果图-aes encryption decryption algorithm source code and test source code and simulation results map
AES
- AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
aes
- C++版AES源代码 我在这里献丑了,此加密算法的扩展功能,大家发挥自己的能力写写吧!-C++ AES source
AES
- AES加密算法,内含AES实现源代码word版,还有加密算法的实现过程flash,以及通过编译的vc++工程-AES encryption algorithm, including AES achieve word version of the source code, as well as the realization of the process of encryption algorithm flash, as well as through the vc++ compiler work
AES
- AES加密源代码实现,包括头文件、源代码及测试代码-AES encryption source code implementation, including the header files, source code and test code
AES
- 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
aes
- aes加解密算法源代码,速度很快,可以vc编译-aes encryption algorithm source code, very fast, you can compile vc
AES
- 可运行的AES源代码,其加密解密为128位-AES source code can be run, and its 128-bit encryption and decryption
aes-src-12-09-11
- AES源代码,Brian Gladman-AES source code,Brian Gladman
AES
- AES源代码,C实现,易于初学者搞懂算法流程步骤-The program is for AES.
59564363AES
- 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta