计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

RSA密码体制的实现及改进方案

2016-06-30 01:04
导读:计算机应用论文论文,RSA密码体制的实现及改进方案在线阅读,教你怎么写,格式什么样,科教论文网提供各种参考范例:毕业
毕业

RSA密码体制的实现及改进方案

摘要:RSA密钥体制是公开密钥体制中最容易理解,也是应用最广泛的1种加密方法,本文在深入研究RSA密钥体制的基础上,使用Boland C++实现了1个小型的RSA加密系统来模拟RSA算法的整个过程。第1章就密码学的发展,古典密码及公开密钥技术进行说明,并对未来密码系统的发展进行了展望。第2,3章,着重分析了RSA公钥体制的原理及算法。第4章分析了RSA体制的不足之处及安全性能,并在此基础上提出1定的改进方案。最后本文着重讲述了实现RSA体制的详细的算法实现程序。
关键词:RSA公钥加密体制;古典密钥;公开密钥;欧几里德算法

Implementing and Improving Proposal for RSA Cryptosystem
 
Abstract: RSA cryptography system is the easiest system to be understood among the public key cryptography systems and it’s the most populer cryptography system in use. This paper will go into the RSA cryptography system and implement a small cryptosystem using Boland C++ to module the course of the RSA cryptography system.The first chapter of this paper explains the development of cryptography, tradition cryptogram, Public Key Cryptosystem and the future of cryptography.The second and the third chapters of this paper explain the basic theory and arithmetic of RSA Public Key Cryptosystem.The fourth chapter of this paper analyses RSA deficiency and security function. This paper will attempt to give out an improving proposal for RSA cryptosystem.The last chapter of this paper explains the particular implementing procedure.
Keywords: RSA Public Key Cryptosystem;Tradition Key System;Public Key System; Euclidean Algorithm

注释:不含源代码

    上一篇:基于ARM9的Linux移植 下一篇:没有了