Description: aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.K.Daemen3 from a common design and Rijmen the Rijndael algorithm. the algorithm the proliferation and use of technology and the use of confusing 128/192/256 these three variable-length keys, a pair of 128 bit data encryption. Platform: |
Size: 3634 |
Author:Qoo |
Hits:
Description: aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.K.Daemen3 from a common design and Rijmen the Rijndael algorithm. the algorithm the proliferation and use of technology and the use of confusing 128/192/256 these three variable-length keys, a pair of 128 bit data encryption. Platform: |
Size: 3072 |
Author:Qoo |
Hits:
Description: (* 介绍 *)
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*) Platform: |
Size: 211968 |
Author:dddd |
Hits:
Description: 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 Platform: |
Size: 211968 |
Author:刘鸿翔 |
Hits:
Description: 128位AES加密程序源码。已在工程上中使用过。-128 bit AES encryption program source code. Has been used in engineering. Platform: |
Size: 9216 |
Author:路伟希 |
Hits: