文件名称:1111
介绍说明--下载内容均来自于网络,请自行研究使用
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。
(* 文件列表 *)
..\Source\ AES 单元文件
..\Example\ 演示程序
(* 适用平台 *)-(* Introduced*) AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys. Encryption algorithm in ElAES.pas unit. I will of its encryption module is packaged in a AES.pas only two criteria need to call function can be completed string encryption and decryption. (* Key length*) length of 128 to support 16 to support 192 characters in length for 24 characters in length to 256 to support 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program (* applicable platform*)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。
(* 文件列表 *)
..\Source\ AES 单元文件
..\Example\ 演示程序
(* 适用平台 *)-(* Introduced*) AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys. Encryption algorithm in ElAES.pas unit. I will of its encryption module is packaged in a AES.pas only two criteria need to call function can be completed string encryption and decryption. (* Key length*) length of 128 to support 16 to support 192 characters in length for 24 characters in length to 256 to support 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program (* applicable platform*)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES.v1.3加解密算法源码
......................\Example
......................\.......\Example.dpr
......................\.......\Example.exe
......................\.......\UnitExample.dfm
......................\.......\UnitExample.pas
......................\History.txt
......................\Readme.txt
......................\Source
......................\......\AES.pas
......................\......\ElAES.pas
......................\Example
......................\.......\Example.dpr
......................\.......\Example.exe
......................\.......\UnitExample.dfm
......................\.......\UnitExample.pas
......................\History.txt
......................\Readme.txt
......................\Source
......................\......\AES.pas
......................\......\ElAES.pas