搜索资源列表
097
- aes加解密算法源代码 delphi格式-Aes encryption and decryption algorithm source code format delphi
aes_demo
- AES 编解密程序,包含源代码,研究AES算法首选source code
AES3222
- AES算法源代码,是用Vicual C++写的,好用-It is the AES arithmetic src code. In VC++
VB加密解密源代码
- rijndaelvb.zip The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class. The rijndael.asp file is a VBscr ipt ASP file that can be used as
AEScode
- AES源代码128/196/256 vc6.0编译通过-AES 128/196/256 vc6.0 compile the source code
AES
- AES加密源代码实现,包括头文件、源代码及测试代码-AES encryption source code implementation, including the header files, source code and test code
AES
- AES算法的加密C源代码,实现了数据传输过程中的保密机制。-AES encryption algorithm C source code, to achieve data confidentiality during transmission mechanism.
Rrijjndael_ani
- Rijndael,实现AES的算法,附带了了源代码与flash演示文件,讲解的非常详细! -Rijndael, the AES algorithm, with the source code and flash demo file, to explain the very detailed!
ARRiijndaeld
- 高级加密标准AES优胜算法RRijndael c语言源代码。 -Advanced Encryption Standard (AES) winning algorithm RRijndael c language source code.
AaessCPPPe
- aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen与Rijmen共同设计的Rijndaael算法.该算法充分运用了扩散与混淆技术并使用128/192/256这3种可变变长度的密钥,对128bit分组数据进行加密. -aes encryption algorithm source code AES symmetric encryption algorithm, Advanced Encryption Standard is a new grouping al
AES-C
- 一个aes 加密的c语言源代码,直接可用-A aes encryption source code directly available
AES
- 网络通信安全(密码学)中的AES加密源代码-Network Communications Security (Cryptography) in AES encryption source code
AES01
- 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
AES_SOURCE
- AES算法源代码,128位明文,192位密文-algorithm of AES,message of 128 bits,key of 192 bits
AES
- AES加密,解密。基础的源代码 AES加密,解密。基础的源代码-AES encryption and decryption. Based source codeAES encryption and decryption. Based source codeAES encryption and decryption. Based source code
AES-Rijndael
- aes相关源代码,不知道有没有。aes相关源代码,不知道有没有 aes相关源代码,不知道有没有-English is what i English English is what i EnglishEnglish is what i EnglishEnglish is what i English。
AES
- QT实现AES加密解密功能,源代码可运行-AES algorithm in QT5
fps
- AES算法源代码,是用Vicual C++写的,好用,不错的代码-AES algorithm source code, is written in Vicual c++, good, good code
59564363AES
- 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
144661
- AES算法源代码,是用VicualC++写的,好用,不错的代码()