搜索资源列表
AES
- AES密码算法的程序实现,在Dev-cpp中编译通过,
AES_Encrypt.rar
- this program is aes in cpp,this program is aes in cpp
AES-CPP
- aes(rijndael 算法)的C++实现,详细讲解了aes的原理,并讲解利用C++的实现方法-aes (rijndael algorithm) C++ implementation, explained in detail the principles of aes, and explain the use of C++ implementation
AES
- AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
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
AESEncryptionHoozi.cpp
- AES encryption by hoozi.com
AESDecryptionHoozi.cpp
- AES Decryption by hoozi.com
AES
- 用AES算法实现BMP图像加密,只能加密BMP的文件,速度很快-BMP images with the AES encryption algorithm
AES
- AES加密解密源码,支持对字符串进行加解密-AES encryption and decryption source code, support for encryption and decryption of strings
AES-FOR-CPP
- 本文章的内容是AES加密算法的C++语言实现的源码-C++ implementation of the AES code pure code to implement the AES encryption and decryption process
AesEncrypt.cpp
- 高级加密标准(AES)的C++实现,AES又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准,用来替代原先的DES。-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. NIST。
AES--CPP
- 这个是AES加密解密算法的C++语言实现程序,希望对大家有所帮助。-This is AES encryption, decryption algorithm c++ language to implement programs, hope to be of help.
AES_test
- AES加/解密,*面,visual studio2010。在aes_test.cpp里修改秘钥和待加密解密文件目录-AES encryption, no interface, visual studio2010. Lane changes in aes_test.cpp secret key encryption and decryption of files and directories to be
aes-crypto-cpp
- aes加密算法,纯C++实现,本代码是一个VC++6.0项目,包含aes加密算法的封装,并且有测试代买-aes encryption algorithm to achieve C++
AES(CPP)
- 简单的加密算法,由C++编写,可直接编译,供参考-Simple encryption algorithm, only to learn