Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - AES
Search - AES - List
内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish)- Sample struct cipher_implementation ci* corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Date : 2025-12-16 Size : 136kb User : xf

DL : 0
已经通过AES认证的AES的DELPHI实现,比较好,大家自己试试看,不同的人写的-AES has been certified by the AES DELPHI, the better, we all try, different people write
Date : 2025-12-16 Size : 229kb User : aaa

Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上共有3个版本,根据最新的2003年版本,我们把目前的Whirlpool算法叫做Whirlpool 3.0。 以下是其具体代码实现。-Whirlpool algorithm was included in the ISO standard. This is mainly because of their strong safety. First, the use of the Whirlpool and AES encryption standard into the same technology, only the use of AES module functions : f (x) = x ^ x ^ 8 x 4 x 1 ^ 3, 0x11B; Whirlpool and the use of : f (x) = 8 x ^ x ^ 4 x ^ x ^ 2 3 1 that 0x11D. The second point, Whirlpool is the output of 512. To speed up the computing speed, Whirlpool use all forms have a good time basis. Whirlpool in history, a total of three versions, according to the latest 2003 edition, we present the algorithm called Whirlpool Whirlpool 3.0. Following is the specific implementation of the code.
Date : 2025-12-16 Size : 11kb User : 王丹

DL : 0
用AES实现对文件的加密处理,性能很好,界面美观-Realize with AES encryption of the document handling, good performance, interface aesthetics
Date : 2025-12-16 Size : 59kb User : 徐敏

dll library for the aesdemo
Date : 2025-12-16 Size : 18kb User : rmozik

AES加密函数对话框,非常适合初学者,这个程序非常好,请下载-aes erypt dialog ,it is very good ,please download
Date : 2025-12-16 Size : 4kb User : sdf

改进的AES算法实现程序,与时间标签相结合,达到密钥时时更新,算法安全性更高-Implementation of improved AES algorithm i
Date : 2025-12-16 Size : 775kb User : Zhu Ming

DL : 0
AES加密程序,更改后缀,保存。简单容易使用-AES ENCRY EXE TO JPG,easy to use
Date : 2025-12-16 Size : 73kb User : 王飞成

DL : 0
aes算法,实现了一个简单的基于aes算法的加密程序,提高了加解密速率-aes algorithm to achieve a simple algorithm based aes encryption program to improve the speed of encryption and decryption
Date : 2025-12-16 Size : 2.33mb User : 韩语

DL : 0
AES Encryption and decryption
Date : 2025-12-16 Size : 735kb User : manmona

DL : 0
VB的AES加密解密模块,请尊重原作者,不要删除备注信息。-VB s AES encryption and decryption modules, please respect the author and do not delete the note information.
Date : 2025-12-16 Size : 94kb User : dess

(1). 复习AES原理。 (2). 用C/C++编写AES算法并调试通过。 (3). 复习CMAC原理。 (4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。 (5). 回答下列思考题。  AES解密算法和AES的逆算法之间有什么不同?  CMAC与HMAC相比,有什么优点? -(1). Review AES works. (2) with C/C++ write and debug via the AES algorithm. (3) review CMAC principle. (4) on the basis of achieving AES using C/C++ CMAC algorithm written and debugged. (5) Answer the following Questions.  What is the difference between AES and AES decryption algorithm inverse algorithm?  CMAC compared with HMAC, what are the advantages?
Date : 2025-12-16 Size : 577kb User : 于木每

DL : 0
AES加密算法的加密解密C++语言实现,简单的小数据实现,希望对需要的人有用-AES encryption algorithm encryption and decryption C++ language, simple little data, and the hope is useful for those who need it
Date : 2025-12-16 Size : 205kb User : 南瓜

AES decryption-AES decryption
Date : 2025-12-16 Size : 1kb User : RyanYeh

DL : 0
关于密码学AES加密解密的实验,有所有代码-About Cryptography AES encryption and decryption of the experiment, there is all the code
Date : 2025-12-16 Size : 71kb User : 韩崇林

DL : 0
C++ 写的QT代码,主要是用于AES加密的,原理非常简单,适用于各类情形。-C++ QT code written primarily for AES encryption, the principle is very simple, applicable to all situations.
Date : 2025-12-16 Size : 9kb User : 都是

提供AES加密算法接口,并有演示程序。有很好的参考价值(Provides the AES encryption algorithm interface, and has demonstration program)
Date : 2025-12-16 Size : 220kb User : 凯哥小白

实现AES算法加解密,已经在实际工程中使用(AES ,encrypt, decrypt)
Date : 2025-12-16 Size : 1kb User : 拓子

AES安全加密算法 AES 加密 快速 AES 加密 快速(AES security encryption algorithm)
Date : 2025-12-16 Size : 30kb User : 我了个擦擦

DL : 0
aes算法简单实现,中间可以自己修改明文和秘钥(Simple implementation of AES algorithm)
Date : 2025-12-16 Size : 3kb User : 市井小民773
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.