搜索资源列表
AES(Rijndael)
- c语言实现标准的AES加密算法 解密密钥需是10轮后产生的-C Language standard AES decryption key encryption algorithm takes 10 after the
AES
- AES加密算法,是一个不错的加密源码,采用VC++编写
aes算法演示代码
- AES 加密算法的演示代码 解压后用VC打开即可-AES algorithm code. Decompress it, then open it in VC.
CSharp[AESEncryptDecrypt]
- C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
AES
- AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
AES
- 客户端程序和服务端程序的加密算法,被调用到主程序相应模块.-Programs and services the client-side encryption algorithm process, the corresponding call to the main program module.
aesCPP
- AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
aes
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
AES
- AES加密算法,代码可以在VC6.0中直接运行-AES encryption algorithm, the code can be run directly in VC6.0
AES
- AES加密算法,测试通过,128位秘钥,加密和解密都有-AES encryption algorithm, the test is passed, the 128-bit secret key encryption and decryption have
AES
- AES加密算法中,实现十六轮密码迭代。key0为人工输入初始密钥。-AES encryption algorithm to achieve sixteen password iteration. key0 to manually input the initial key.
aes-c
- 用c语言来实现128字节的aes加密算法,功能简单易用,对初学者有很大帮助-Use c language to achieve 128 bytes aes encryption algorithm is easy to use, very helpful for beginners
AES
- 此代码主要完成对AES加密算法的实现,使用C++实现,简单易用-This code is mainly to complete the AES encryption algorithm, using C++ achieve, easy to use
AES-Encrypt
- AES加密算法实现AES加密、解密,可以帮助需要程序需要加密的程序员-AES encryption algorithm
AES
- 信息与通信安全中的AES加密算法实现,以及基于AES的CMAC(基于分组密码的消息认证)。-Information and communication security AES encryption algorithm, and AES-based CMAC (cipher-based message authentication).
AES
- 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
加密算法源码
- 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
TestAESCipher
- AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)
有限域
- 通过上机操作,使学生对高级加密标准AES算法的执行过程、密钥编排方案和加密算法的实现过程等有一个更加清晰地认识。通过本次实验,加深学生对分组密码的认识。(Through the operation of the computer, we have a clearer understanding of the implementation process of the AES algorithm, the key arrangement scheme and the implementation
AES加密算法
- AES加密算法,实现了3种密钥长度的算法。