搜索资源列表
cccp
- des-soft.com/download/soft/3894.htm - 12k - 网页快照 - 类似网页 - 以Verilog 描述DES 加密算法(电子书)[ 繁体 ] ... CISCO 的fireware, router , SONY 的PS2 的都一再的证明了这个事实. 现在, 我们 就以著名的网络安全加密算法DES 为例子, 来看看如何用Verilog 来表达... ... Re: 以Verilog 描述DES 加密算法(电子书) 由Anonymous 发
des加密解密1111
- 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
DES
- 小实验DES加密算法的应用程序代码,用语加密和解密-the program of DES
DES
- C#编写的DES加密算法,学信息安全的同学们可以拿去-CSharp prepared DES encryption algorithm, learning information security students can take
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
des
- des加密与解密算法 CSharp源码-des encryption and decryption algorithm CSharp source
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
- DES加密算法源码,3DE,主要用于软件产品加密保护。-The DES encryption algorithm source code 3DE for software encryption.
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.
DES1
- DES加密算法源代码 简单实现des的加密 解密 绝对无错-DES encryption algorithm source code for a simple realization des encryption and decryption is absolutely no wrong
12222
- 用DES加密算法编写一个的加密程序。 基本实验:输入明文及加密密钥,输出密文;输入解密密钥后输出明文。-Use DES encryption algorithm to write an encryption program.
DES
- DES加密算法的实现,包括文档在内,可以直接用作课程设计-DES encryption implementation, including documentation.
SecurityCryptography
- C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
DES加密解密
- 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)