Introduction - If you have any usage issues, please Google them yourself
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*) 128 to support a length of 16 characters 192 to support the length of 24 characters 256 to support the length of 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program
Packet : 81404590aes.v1.3.rar filelist
Example\Example.dpr
Example\Example.exe
Example\Functions.lst
Example\UnitExample.dfm
Example\UnitExample.pas
Source\2ccc.com.nfo
Source\AES.pas
Source\ElAES.pas
History.txt
Readme.txt
Example
Source