文件名称:AES.v1.3

  • 所属分类:
  • 加密解密
  • 资源属性:
  • [Dephi] [Pascal] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 207kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 刘**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

AES 是一种使用安全码进行信息加密的标准。

它支持 128 位、192 位和 256 位的密匙。



加密算法的实现在 ElAES.pas 单元中。

本人将其加密方法封装在 AES.pas 单元中,

只需要调用两个标准函数就可以完成字符串的加密和解密。



(* 密匙长度 *)



128 位支持长度为 16 个字符

192 位支持长度为 24 个字符

256 位支持长度为 32 个字符



所有加密和解密操作在默认情况下为 128 位密匙。



(* 文件列表 *)



..\Source\ AES 单元文件

..\Example\ 演示程序-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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Example

.......\Example.dpr

.......\Example.exe

.......\Functions.lst

.......\UnitExample.dfm

.......\UnitExample.pas

History.txt

Readme.txt

Source

......\AES.pas

......\ElAES.pas

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org