- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
中文题目:关于RSA算法的研究与改进
外文题目:Research and improvement of RSA algorithms
毕业设计(论文)共 64 页(其中:外文文献及译文 10 页)图纸共 0 张
完成日期 2012年5月 答辩日期 2012年6月
摘要
RSA公钥加密算法已被ISO推荐为公钥数据加密标准。本论文分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。实现可以对任意文件进行RSA加密操作的窗体应用程序,经过加密的文件以及密钥文件都是文本文件。论文给出整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。
关键词: RSA加密算法;公钥加密;RSA实现
ABSTRACT
RSA public key encryption algorithms have been recommended for ISO public key data encryption standard. This paper analyzes the present situation of the application of RSA algorithms, prove file encryption application RSA algorithm is feasible and significance. Design a complete set of practical RSA file encryption solutions, specific code realization. RSA algorithms to are studied, and the RSA algorithms of conventional, realize the RSA encryption algorithm in c + + class library, and in the 32-bit Windows platform encapsulation into components. Can realize for any documents RSA encryption operation of the application form, encrypted files and key documents are a text file. Paper gives key kinds of Fig, the description of the structure of the application documents, key module flowcharts, a detailed interface file, all the source code. Use application test, the result of the test is studied and analyzed, and then the application was improved, and the key to the optimization of the algorithm is as far as possible, and finally get a Windows running of the specified key can be used for any documents and the declassified RSA encryption can be complete application, and some related portable components.
Key words:RSA encryption algorithm; Public key encryption; RSA realize
目录
引言 1
1 RSA加密算法概述 2
1.1 RSA算法简介 2
1.1.1什么是RSA算法 2
1.1.2 RSA算法的缺点和攻击办法 3
1.2国内外对于RSA算法的研究现状 6
1.3应用RSA算法对文件加密的可行性分析 8
1.3.1文件加密使用RSA的可行性 8
1.3.2 RSA算法对于文件加密的意义 9
2 RSA文件加密软件的设计 11
2.1
文档评论(0)