搜索资源列表
AES
- 关于AES算法的解释文档,是初学者的好帮手,有助于对AES算法的理解
aes算法演示代码
- AES 加密算法的演示代码 解压后用VC打开即可-AES algorithm code. Decompress it, then open it in VC.
AES---算法
- AES算法的详细实现代码。
aes.zip
- AES算法加解密的MFC程序,在visual c++ 6.0中编辑,AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
AES
- AES算法的C++代码,实现128位的加解密运算,可供对这方面感兴趣的同学参考-AES algorithm is a C++ code, to achieve 128-bit encryption and decryption operations are available for students interested in this area refer to
c语言的AES加解密算法
- aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
AESASES
- 实现AES算法 实现AES算法 -achieve AES algorithm AES algorithm is AES AES algorithm is AES algorithm AES
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.
KAES
- AES作为新一代的数据加密标准汇聚了强安全性、高性能、高效率、易用和灵活等优点。AES设计有三个密钥长度:128,192,256位,相对而言,AES的128密钥比DES的56密钥强1021倍。AES算法主要包括三个方面:轮变化、圈数和密钥扩展。-AES as a new generation of Data Encryption Standard security brings together strong, high performance, high efficiency, the adv
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_mimaxue_kechengsheji
- 密码学 AES算法课程设计 实现字符串以及文件加解密 界面很好 附有课程设计文档-Cryptography Course Design and Implementation of AES algorithm is a string and file encryption and decryption interface well with a course design document
aes
- aes算法源程序,c语言编写。vc++环境下运行通过。-aes algorithm source code, c language. vc++ environment to run through.
aes
- aes高级加密标准算法的实现,从文本in.dat读入明文,从文本word.dat读入密钥,输出密文至文本out.dat-aes Advanced Encryption Standard algorithm, read from the text in.dat clear, read from the text word.dat key, the output cipher text to text out.dat
AES
- AES算法的加密C源代码,实现了数据传输过程中的保密机制。-AES encryption algorithm C source code, to achieve data confidentiality during transmission mechanism.
AES--IP-core-architecture-design
- AES算法分析及其IP核体系结构设计(包括设计过程及代码)-AES algorithm analysis and its IP core architecture design
AES
- 这是一个有关密码学的实验,实现了AES算法,用C+程序实现。-This is a cryptography experiments AES algorithm, written in C+ program.
AES
- 用C语言实现的,基于AES算法的文件加解密系统,可以对任意文件进行加解密-C implementation based on AES algorithm file encryption system
AES-based-on-FPGA-jiemi
- 基于FPGA的AES算法实现,使用verilog语言实现。本模块只包含解密过程,没有加密过程。-Implementation of AES algorithm based on FPGA, using Verilog language. This module contains only the decryption process, no encryption process.
AES-CTR
- 仿真AES算法,工作在CTR模式下。用于多个平台的数据加密(simulation of AES algorithm working at CTR mode)