搜索资源列表
MWWHQ_2_des
- 8051核的DES源代码 使用C语言写的基于51核的DES原码,变量定义使用汇编。占用了130字节RAM,比我所见到的包括汇编编写的都要快。 -8051 nuclear DES use source code written in C language based on the 51 nuclear DES original code, the use of variable definition compilation. Occupy the 130 byte RAM, than
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
DEScipher
- 使用Visual C++嵌入汇编语言的方式,实现DES。-Implement the DES cipher by C++ which embedded with ASM to make the algorithm more fast. And use some skills to improve the efficiency, too.
DES-CPP-source-code
- DES算法用C++实现的源代码-The source code to achieve the DES algorithm C++
AES-encryption-algorithm-c
- AES是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。用C语言实现了该程序,让人看了一目了然。-AES is a block encryption standard adopted by the U.S. federal government. This standard is used to replace the original DES has been multi-analysis and is widely used around
des
- 实现DES加密和解密,纯C 有注释,可以运行,验证雪崩效应-des encrypt decode,all C,easy to understand