搜索资源列表
DES加密算法实现的C++类
- DES加密算法实现的C++类-DES encryption algorithm realization C kind
标准DES加密算法
- 用C语言实现的DES加密算法,简单高效,值得看看。-the DES implemented in C, simple and effected, worthy of look.
用C语言写的100行DES加密算法
- 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
des加密算法源代码c语言实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以-DES algorithm C language source code, I have uo with the test results can also
DES 加密系统的 C 语言源代码
- 一个可直接使用的DES加密算法,不需要修改代码。-a direct access to the DES encryption algorithm and do not need to amend the code.
用C语言DES加密算法
- 用C语言写的DES加密算法程序 非常不错的东东,虽非原创,但很有用。-C language to write the DES encryption algorithm is very good Dongdong, though not original, but very useful.
DES
- des加密算法,c编写的界面清晰可用可运行
DES加密ql
- des加密算法的c程序实现,能够加密8位明文,经测试通过编译。-des encryption algorithm c Program to express encryption eight, the test compiler.
DES加密算法
- c语言编写的DES加密算法
des C语言简练代码
- 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
DES.rar
- DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
des
- DES加密算法实现的C++类 -DES cryptographic algorithm for C
Trdes
- des加密算法源码-Sourcecode of des encrypting algorithm
des
- DES加密算法C语言实现,我以将它成功的移植到Nios处理器上-DES encryption algorithm C language, I would like to be transplanted to the success of the Nios processor
DES
- DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
des_c
- C语言版的 des加密算法 非常好用的 环境:windows-C language version of the des encryption algorithm is very easy to use environment: windows
DES加密解密
- 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)
des加密解密算法
- des加密解密算法,c语言版本des加密(DES encryption and decryption algorithm, C language version DES encryption)
DES加密与解密
- des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
DES加密算法
- DES加密算法 美国国家加密标准 通过C语言实现 块加密 费斯托密码模型