搜索资源列表
RSADES
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple mo
rsades
- res des 混合加密 MFC界面友好 速度快 -res des hybrid encryption MFC user-friendly speed
RSADES
- RSA DES加密解密的是实现-RSA DES encryption and decryption is the Implementation
rsaDes
- c++编写的一个数据加密程序,里面有Des和RSA算法,对初学者很有参考意义-c++ written in a data encryption program, which has Des and the RSA algorithm, useful reference for beginners
rsa
- RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
key-destribution
- java实现rsades混合加密的密钥分配-key disribution by rsa and des
RSADES
- DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&d