搜索资源列表
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
AESfile
- AES128 196 256加密文件,分别用3中加密算法对文件进行AES算法加密。-AES128 196 256 encrypted files, respectively, with 3 encryption algorithm AES algorithm for file encryption.
AESstr
- AES加密算法,对字符串进行加密,可选算法分别是AES128,AES196,AES256三种。-AES encryption algorithm to encrypt the string, optional algorithms are AES128, AES196, AES256 three kinds.
trunk
- AES128加密解密verilog程序,通过modelsim验证过-AES128 encryption and decryption verilog program, verified by modelsim
AES128
- AES128 加密算法用C语言编同的例程程序-Either AES128 encryption algorithm with routine programming in C language
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.
DA14580 AES128
- 看过DA14580手册的人都知道,DA1458x系列集成了AES-128 bit encryption Proce。(Read the manual DA14580 people know, DA1458x series integrated AES-128 bit encryption Proce chip in the process of operation,)
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)
AES
- 基于VS2010实现了AES128加密和解密算法(encryption and decryption program for AES128 algorithm.)
BinEditTool
- AES128加密解密工具,方便调试,可通过输入AES128密钥,来对明文数据加密或者对密文数据解密。(AES128 encryption and decryption tools, easy to debug, can be encrypted or decipher to the encrypted data by entering the AES128 key.)
TestSM4
- 实现 AES128加解密 和国密SM4加解密(AES128 SM4 enc dec tools)