资源列表
AESEncryption
- AES 加密算法演示程序,演示不同比特长度下AES的加密和解密过程,包内含有exe文件一个-AES encryption algorithm demo program, demonstration of different bit lengths AES encryption and decryption process, the package contains an exe file
ini
- 易用ini功能模块,是可以保存逻辑值、整数值和文本值,可以加密、遍历的一个Ini模块源码。-Use ini function modules, it can save the logical, integer and text values, you can encrypt a traverse Ini module.
keeloq
- 一种基于KEELOQ的改进加密算法及其在单片机中的实现技术-Improved based on KEELOQ encryption algorithm and its implementation in microcontroller technology
consoleRSA
- RSA encryption. it generate public and private key and encrypt data!
KASUMIencryptionalgorithm
- KASUMI加密算法及f8,f9 算法是一个W31/03E 结构的分组加密算法,密钥长度为128比特,对一个64比特的输入分组进行八轮的迭代运算,产生长度为64比特的输 出-KASUMI encryption algorithm and f8, f9
RTL-to-Gates-Synthesis-using-Synopsys-Design-Comp
- RTL-to-Gates Synthesis using Synopsys Design Compiler.rar
UnitDES
- 这是一个支持线程安全的DES加密…… -This is a DES encryption support thread safe ... ...
MD5-RSA-based-digital-signature
- 基于MD5-RSA的数字签名,是网络交易中使用的数学模型。-MD5-RSA-based digital signature, the network model used in transactions.
CryptModeCTR_Example
- Applied OpenSSL: CTR Mode in File Encryption
GYSHB
- 加密狗读取程序---------------- ------------------------------加密狗后门-Read dongle
IDEA
- 加密算法中的IDEA算法源代码,使用C语言实现-IDEA encryption algorithm in the algorithm source code, using C language
CRC--C-language
- CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev