- gridding Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI
- 1307259_13033056998hiF 酒店管理系统 java+hibernate+SQLSERVER2005
- PrjEGov5.0 一个电子政务的javabean+servlet+oracle的项目
- stm32-tinyos TinyOS系统以其组件结构模型
- speech-recognitionmatlab3 Speech Coding and Synthesis matlab files for Speech Coding and Recognition Course
- LPR-Matlab-master 基于matlab的车牌识别系统
文件名称: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密码系统可具体描述为:取两个大素数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密码系统的实现
(系统自动生成,下载前可以参看下载内容)
下载文件列表
| 文件名 | 大小 | 更新时间 |
|---|---|---|
| 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 |
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
