搜索资源列表
AESC++
- aes加密算法的c++实现,里面包含两个文件,详细的aes加密过程
用新的高级加密标准(AES)保持你的数据安全
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。 -AES (The Advanced Encryption Stand
AES(Rijndael)
- c语言实现标准的AES加密算法 解密密钥需是10轮后产生的-C Language standard AES decryption key encryption algorithm takes 10 after the
TestAes
- aes算法的c++实现及其加密解密过程所需时间的测试,无解压密码-Aes Algorithm c achieve encryption and decryption process and the time required for testing, without extracting passwords
aes-sbox
- 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
AESencode
- AES是安全性较好的密码算法,这是一个实现AES加密算法的源码-AES is better security password algorithm, which is a realization of the AES encryption algorithm source code
AESC++
- aes加密算法的c++实现,里面包含两个文件,详细的aes加密过程-aes encryption algorithm c++ realize, which contains two documents, a detailed process aes encryption
aes_cmd
- vc++ 下的aes 加密算法实现 cmd(无图形界面)-vc++ under aes encryption algorithm realize cmd (without graphical interface)
AES
- AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf-AES-r
AESDemo
- AES加密算法用C语言实现,能够实现文件和字符串的加密-AES encryption algorithm using C language, be able to realize encrypt files and strings
aesCPP
- AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
aes
- 本代码为实现了AES128位加密算法的C程序实现-the source codes implement the AES encrpytion algorithm in C.
AES_CPP
- AES加密算法的具体实现,采用C++语言,封装成一个类-AES encryption algorithm to achieve the specific use of C++ language, packaged as a class
myAES
- AES加密算法, 一个AES的C++语言具体实现.-AES encryption algorithm
Crypt_Decrypt_C
- 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。-Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the
aes-encryption-algorithms-
- aes加密算法的原理与设计实现 ,里面包含C语言代码。-aes encryption algorithms and design principles to achieve, which contains the C language code.
AES-Source-Code
- AES加密算法的C++实现,比较精简,比较准确-AES encryption algorithm in C++, more streamlined, more accurate
AES-FOR-CPP
- 本文章的内容是AES加密算法的C++语言实现的源码-C++ implementation of the AES code pure code to implement the AES encryption and decryption process
AES
- 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
TestAESCipher
- AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)