搜索资源列表
AES
- 用C语言编写AES加密解密算法,实现加密解密功能
aes
- AES加密解密算法的软件实现。可以实现128bit,192bit以及256bit的加密解密,可在windows,linux上执行
AES的加密解密算法的源代码以及测试源代码和仿真结果图
- AES的加密解密算法的源代码以及测试源代码和仿真结果图
高级加密算法
- AES加密和解密源码!-AES encryption and decryption source!
AesCodec
- AES加密解密,的一个类,按照AES标准算法写的,做了小小优化。希望对学习AES的同学有用处,文件做了详细的注释说明。-AES encryption and decryption, in a category, in accordance with standard AES algorithm written, and done a little optimization. AES hope to the students learn
AESDemo
- AES加密解密算法,能进行256位数据加密-AES encryption and decryption algorithms, capable of 256-bit data encryption
AES
- 用C语言编写AES加密解密算法,实现加密解密功能-Using C language AES encryption and decryption algorithms, encryption and decryption functions realize
aes
- AES加密解密算法的软件实现。可以实现128bit,192bit以及256bit的加密解密,可在windows,linux上执行-AES encryption and decryption algorithm of the software. Can be achieved 128bit, 192bit and 256bit encryption decryption, may be windows, linux on the impl
AES+socket
- AES加密算法,可实现CS模式加解密文件,有简单的图形界面-AES惴ㄊ?CS模 式 咏 募屑 虻サ 图 谓
AES
- AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与
aes
- AES加密解密算法的C语言源程序,网络安全课程设计用-AES encryption and decryption algorithm of the C language source code, network security design courses
AES
- AES加密解密算法,调试通过。可在单片机上直接使用。-AES
aes
- aes的加密解密算法的源代码以及测试源代码和仿真结果图-aes encryption decryption algorithm source code and test source code and simulation results map
AES
- AES加密解密算法的源码,涵盖其所有功能的实现-AES encryption and decryption algorithm of the source, covering all of its functions to achieve
AES
- AES加密解密算法完整版,可切换密钥128,192,256。可顺利运行,界面美观~-The full version of AES encryption and decryption algorithm, switch the key 128,192,256. Smooth running, beautiful interface ~
CSharpCallDllAESEncanddEcr
- C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES e
AES加密解密
- 用Java编写AES加密算法,实现加密解密过程(Using Java to write AES encryption algorithm to achieve encryption and decryption process)
AES
- AES算法源码,包括加密算法和解密算法。(ASE algorithm source code)
aes_class
- 通过aes加密算法实现对数据的数据加密和数据解密。(Data encryption and data decryption are realized by AES encryption algorithm)