关键字  
 文件名称: VC_RSA一、RSA基本原理

对明文分组M和密文分组C,加密与解密过程如下:

C = POW (M , e) m下载  收藏√  我顶↑
  所属分类: Crypt_Decrypt algrithms
  开发工具: Visual C++
  文件大小: 1919 KB
  上传时间: 2006-04-29
  下载次数: 76
  提 供 者: 烟翔
 详细说明:一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,d和n,使得对所有M<n ,POW(M ,e*d)=M mod n . 2. 对所有 M<n,计算POW (M , e)和POW(C , d)是比较容易的。 3. 由e 和n确定d是不可行的 -one, the basic tenets of RSA expressly group M and cipher block C, encryption and decryption process is as follows : C = POW (M, e) mod n = M POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e * d), which is an exponential function POW, mod is the pursuit of the remaining functions. Transceivers which both known n, send e Fang known, the only known recipient d, therefore the public key encryption algorithm for public key e KU = (n), private key for KR = (d, n). The algorithm could be used to be a public key encryption, must meet the following conditions : 1. E can be found, and d n, making all the right M
 输入关键字,在本站48万海量源码库中尽情搜索:  帮助
 [rsa1.03.zip] - rsa算法实现,包含文档
 [vc-rsanew.ra20050713.rar] - 简单的rsa算法,适合新手学习使用,没有什么专业价值
 [rfc2.rar] - md5算法C程序参考中文版,绝对可用!经编译可用!
 
 [IE 浏览器源代码.rar] - ie浏览器的源代码,可以很方便代替现在的ie源程序
 [keil_c51_maule.rar] - 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用
 [rsatools.rar] - rsa算法的VC源码,效率还不错,可以参考
 [69491726Vigenere(TC).rar] - 学习一个加密程序,大家自己完善功能,仅供学习
 [一个rsa的类的源代码.zip] - 一个rsa源代码,对各种字符串进行加密解密,包含汉字,数字
 [program_S_DES.rar] - 通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。
相关函数/类:
CString
文件列表(点击判断是否您需要的文件):
  VC_RSA
  ......\CCommon.cpp
  ......\CCommon.h
  ......\CDSA.cpp
  ......\CDSA.h
  ......\CRSA.cpp
  ......\CRSA.h
  ......\Debug
  ......\ReadMe.txt
  ......\res
  ......\resource.h
  ......\RSA.APS
  ......\RSA.clw
  ......\RSA.cpp
  ......\RSA.dsp
  ......\RSA.dsw
  ......\RSA.h
  ......\RSA.ncb
  ......\RSA.opt
  ......\RSA.plg
  ......\RSA.rc
  ......\RSADlg.cpp
  ......\RSADlg.h
  ......\StdAfx.cpp
  ......\StdAfx.h