搜索资源列表
AESDemo
- AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced E
VB加密解密源代码
- rijndaelvb.zip The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class. The rijndael.asp file is a VBscr ipt ASP file that can be used as
AES
- AES加密源代码实现,包括头文件、源代码及测试代码-AES encryption source code implementation, including the header files, source code and test code
aes
- this a test file to upload the document. pls refer it. if it is of any use, use it else ignore it.-this is a test file to upload the document. pls refer it. if it is of any use, use it else ignore it.
AES-IP-core-key-expansion-module
- AES IP核密钥扩展模块设计与仿真(设计过程及程序,测试程序)-AES IP core key expansion module design and simulation (the design process and procedures, test procedures)
AES-test
- AES对128bit数据的加密算法实现。s_box.txt中保存的是s盒和密钥-AES 128bit data encryption algorithm. s_box.txt saved s box and key
FAES_CCr
- 本次上传的是AES的C语言版,对C++版中涉及到类的内容予以修改,,通过测试。本人上传的AES的C++版和C版均是经过测试后可以使用的。 -The upload is a C language version of AES of involved in C++ version to revise the content of the class, and pass the test. The I upload of the AES C++ and C versions are been te
AES
- AES加密算法,测试通过,128位秘钥,加密和解密都有-AES encryption algorithm, the test is passed, the 128-bit secret key encryption and decryption have
Aes-alg
- AES对字符串加解密,包含文件和测试文件-AES ,include files and test file
Lab2
- 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
AES_RSA
- my test of AES and RSA, write in C#, wish you like