文件名称:CS2003081aes
- 所属分类:
- 软件工程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 52kb
- 下载次数:
- 0次
- 提 供 者:
- 林**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
非常经典的AES加密算法接口及演示程序 ,可作课程设计使用
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction*) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length*) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction*) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length*) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES
...\AES.CPP
...\AES.H
...\Test.cpp
...\Test.dsp
...\Test.dsw
...\Test.ncb
...\Test.opt
...\Test.plg
...\Test.sln
...\Test.vcproj
...\AES.CPP
...\AES.H
...\Test.cpp
...\Test.dsp
...\Test.dsw
...\Test.ncb
...\Test.opt
...\Test.plg
...\Test.sln
...\Test.vcproj