搜索资源列表
sanpack_rsa_vs2003sln
- 看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。-see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensi
randnumber
- 伪随机数的产生程序 有m序列还有同余序列等等 用与嵌入信息位置的选择或密钥的制作
bishiguanli
- 密钥的管理,管理学的新发现,具有参考价值-Key management, management of the new findings, with reference
Des
- DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密-The entry of the DES algorithm has three parameters: the Key, the Data and Mode.One Key to 8 bytes, a total of 64, is the job of the DES algorit
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],&deskey[0]) Is3DES = len