搜索资源列表
aes128-rtl
- 本程序是AES128 加密算法硬件实现源程序。符合NIST FIPS-197标准
aes128位密钥加密实现
- 实现简单的aes128位密钥加密,适合初学者。
AES128.rar
- AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.,AES128bit encryption algorithm. Has the detailed algorithm descr iption in the PDF documents. The procedure prints content for confirmation result. In corresponding docum
AES_implementation
- 基于JAVA下,AES算法的实现,包含AES128, AES192, AES256, 博士毕业设计-Under the JAVA-based, AES algorithm implementation, including AES128, AES192, AES256, Ph.D. Graduation
AES128
- 很不错的aes C源码,简单易懂,已经过验证-AES C source code is very good, easy to understand, has been validated
aes128
- aes128M加密算法,是c程序的,供大家分享交流-aes128M encryption algorithm, is the c program for people to share exchange
aes
- 本代码为实现了AES128位加密算法的C程序实现-the source codes implement the AES encrpytion algorithm in C.
aes128
- AES实现的效率如面积、吞吐量和功耗等,主要是由列混合变换和S 盒的实现决定的。S 盒单元的实现成为设 计的重点,它的硬件实现在很大程度上决定着整个芯片的面积大小。 -AES to achieve efficiency, such as area, throughput and power consumption, mainly by the S box column mixing transformation and the realization of decision. S box
AES128
- AES 加密软件 密码课程设计--AES128位加密-AES encryption software password curriculum design- AES128 bit encryption
AES128
- Advanced Encryption Standard. This is sourcecode of the AES128.
AESdeskapp
- aes128加密与解密希望对大家有好处-aes128 encryption and decryption hope all is good
aes-18f4550
- Edi Permadi code for AES128 implementation on PIC18f4550
aes128-2007-05-04.tar
- aes128加密和解密 这个文件里面包含了一些加密和解密算法,还有使用的方法(函数)。用的时候直接调用就可以了,很方便,也很效率。-aes128 encrypt and decrypt the file which contains a number of encryption and decryption algorithms, as well as use of methods (functions). When used to directly call on it, very conve
AES128
- 封装成C++类的AES128位加密算法,自己把AES128位加密算法封装成一个C++类,包括加密算法和解密算法,并写了一个例子,方便使用!-Package into C++ class AES128 bit encryption algorithm AES128 bit encryption algorithm own package into a C++ class, including encryption algorithms and decryption algorithms, and
AES128
- AES128 encription vhdl code
AES128
- AES128 加密算法用C语言编同的例程程序-Either AES128 encryption algorithm with routine programming in C language
aes128
- Very lightweight and simple implementation of AES128 crypto
tiny-AES128-C-master
- This a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.-This is a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.
AES-128
- 用c语言实现得AES128加密,亲测可用,欢迎各位前来下载(Using C language to achieve aes128 encryption, pro test is available, welcome to download)
DA14580
- 这里注意的是key必须是128bits,回调函数(如aes_decrypt_done_cb)可以设置为NULL。整个AES128代码使用还是挺方便的,由于解密比较耗时间,注意资源占用情况即可。(Encryption time for 128 bits using the HW engine ~15 usec Decryption time for 128 bits using the SW implementation ~285 usec)