搜索资源列表
ZYB_NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the mos
des加密解密1111
- 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
DES
- C#编写的DES加密算法,学信息安全的同学们可以拿去-CSharp prepared DES encryption algorithm, learning information security students can take
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
DES
- 一个C#实现的DES加密算法类,里面有dll可以直接加在进你的工程里面的引用就可以用了。-A C# implementation of the DES encryption algorithm class, which can be directly added to a dll into your project which can be used for reference.
DES
- 用C语言简单的实现了DES三重加密以及解密算法功能。- C language to achieve the encryption and decryption of information.
Des
- 改进DES加密算法的C实现,具有运算速度快,加密效果好。-Improved C-DES encryption algorithm implemented with computing speed, encryption effective.
des
- c# des加密与解密算法-des encryption and decryption algorithms
des
- des加密解密算法,通过C#编译,内容自己看-des encryption and decryption algorithm, through the C# compiler, content
des_c
- C语言写的DES加密算法,可直接编译使用。-Written in C language DES encryption algorithm, can be directly used.
DES
- C#编写的DES加密算法的例子,包含源码。-DES encryption algorithms written in C# example, contains the source code.
c-Sharp-DES-encryption-algorithm
- c#实现DES算法加密解密,出现相应的加解密软件界面。-c# DES algorithm encryption and decryption, encryption and decryption software interface.
SecurityCryptography
- C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
CsharpEncrypt
- C# 加密器 可以简单加密一些文件 des算法加密密码,可以将密码解密,纯粹是小实验。-c# encrypt
CSharp_use_DES
- 在C#中使用.net提供的DES加密和解密算法。-using DES in C#,including encryption and decryption.
Lab2
- 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
DES加密解密
- 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)