CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密

文件名称:rsa

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2018-03-14
  • 文件大小:
    1.06mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

1.问题描述
RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。
公开密钥:k1=(n,e)
私有密钥:k2=(p,q,d)
加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn)
  解密算法:D(c)=cd(modn)
2.基本要求
  p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。
4.  实现提示
要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P和q是1024位的,n取2048位。(1. problem descr iption
The RSA cryptosystem can be specifically described as: take two large prime numbers P and Q, make n=pq, N= (p-1) (Q-1), select integer D randomly, and satisfy GCD (D, N) =1.
Public key: k1= (n, e)
Private key: k2= (P, Q, d)
Encryption algorithm: for the encrypted message M, its corresponding ciphertext is c=E (m) =me (MODN)
Decryption algorithm: D (c) =cd (MODN)
2. basic requirements
P, Q, D, e parameters are selected reasonably, the program requires friendly interface and high degree of automation.
4. realization hints
To implement a real RSA cryptosystem, the main consideration is to deal with large integers. P and Q are 1024 bits, and N takes 2048.)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
rsa\BigIntegeer.cpp 31362 2018-03-12
rsa\BigInteger.cpp 31328 2018-03-12
rsa\BigInteger.h 5348 2018-03-12
rsa\Debug\BigIntegeer.obj 280658 2018-03-12
rsa\Debug\main.obj 109454 2018-03-12
rsa\Debug\MdRSACrypto.obj 48256 2018-03-12
rsa\Debug\rsa.exe 639013 2018-03-12
rsa\Debug\rsa.ilk 853480 2018-03-12
rsa\Debug\rsa.pch 2685736 2018-03-12
rsa\Debug\rsa.pdb 1188864 2018-03-12
rsa\Debug\vc60.idb 91136 2018-03-12
rsa\Debug\vc60.pdb 110592 2018-03-12
rsa\main.cpp 940 2018-03-12
rsa\MdRSACrypto.cpp 3222 2018-03-12
rsa\MdRSACrypto.h 543 2018-03-12
rsa\rsa.dsp 4516 2018-03-12
rsa\rsa.dsw 529 2018-03-12
rsa\rsa.ncb 50176 2018-03-12
rsa\rsa.opt 49664 2018-03-12
rsa\rsa.plg 240 2018-03-12
rsa\Debug 0 2018-03-12
rsa 0 2018-03-12

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com