【2019年整理】基于RSA的数字签名的设计与实现

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

://://://的数字签名的设计与实现摘要随着计算机网络和信息技术的发展,信息安全在各领域发挥着越来越重要的作用,其中密码学已成为信息安全技术的核心,本文主要介绍了信息加密技术的应用。RSA算法是目前公认的在理论和实际应用中最为成熟和完善的一种公钥密码体制,它是第一个既能用于数据加密也能用于数字签名的算法,是公钥密码体制的代表。数字签名是起到身份认证、核准数据完整性的一种信息安全技术。它通过认证技术来辨认真伪。RSA数字签名体制使用的是RSA公开密钥密码算法进行数字签名。本文主要研究的内容包括:第一,对RSA算法进行了全面系统的介绍,包括RSA算法的应用现状和原理—大素数的产生、密钥对的产生、对明文的加密运算和密文的解密运算,为具体实现打下了理论基础;第二,介绍了RSA数字签名的一些基本概念和数字签名的理论实现过程;第三,对MD5算法基本原理的介绍;第四,详述了RSA数字签名的设计与实现,主要实现的模块包括RSA密钥的产生(一对公钥和私钥),RSA加密算法和解密算法的实现,消息摘要MD的生成以及利用RSA算法实现数字签名和签名的验证;第五,对该系统进行了整体的测试和分析改进;第六,分析了RSA数字签名的安全性,指出了RSA数字签名的发展方向。关键字:RSA算法;加密;解密;MD5算法;RSA数字签名TheDesignandRealizationofDigitalSignatureBasedonRSAAbstractWiththedevelopmentofthecomputernetworkandinformationtechnology,informationsecurityplaysmoreandmoreimportantroleineveryfield.Cryptographyhasbecomethecoreofinformationsecuritytechnology.Thisthesismainlyintroducestheapplicationofinformationencryptiontechnology.RSAalgorithmisconsideredasapublic-keycryptosystemofthemostfullydevelopedandcompleteintheoryandpracticeapplicationatpresent.Itisthefirstalgorithmforbothdataencryptionanddigitalsignature.Digitalsignatureisaninformationsecuritytechnologyusedtocheckauthenticationanddataintegrity.Itidentifiestrueorfalsebytheauthenticationtechnology.RSAdigitalsignaturesystemcarriesondigitalsignaturebyusingRSApublic-keycipheralgorithm.Themaincontentofthisthesisincludessixparts.Firstofall,itisacomprehensivesystematicintroductionaboutRSAalgorithmincludingthepresentapplicationsituationandprincipleofRSAalgorithm----producingbigprimenumbersandsecretkeys,theencryptionarithmeticforinformationandthedecryptionforsecretinformation,whichestablishthetheoryfoundationforachievingconcrete;secondly,itintroducessomebasicconceptionofRSAdigitalsignatureandtheoryofdigitalsignaturerealizingprocess;thirdly,itintroducesthebasicprincipleofMD5algorithm;fourthly,itstatesdesignandrealizationofRSAdigitalsignatureindetail.ThemainmodulesincludesproducingRSAsecretkeys(apublickeyandprivatekey),implementationofRSAencryptionalgorithmanddecryptionalgorithm,producingmessagedigestandrealizingdigitalsignatureandverificationbyRSA;thefifth,itcarriesontestingentirely,analyzingandimprovingforthissystem;Thesixth,itanalysesthesecurityofRSAdigitalsignatureandpointsoutthedevelopmentdirectionofRSAdigitalsignature.Keywords:RSAalgorithm;encryption;decryption;MD5algorithm;RSAdigitalsignature目录论文总页数:23页1引言...............................................................................................................................................11.1研究背景...............................................................................................................................11.2本课题的研究意义...............................................................................................................22RSA算法和RSA数字签名算法的基本概念和原理.................................................................22.1RSA算法的基本概念和原理................................................................................................22.1.1RSA算法介绍与应用现状............................................................................................22.1.2RSA算法的实现原理....................................................................................................32.2RSA数字签名基本概念和RSA数字签名算法的实现原理................................................32.2.1RSA数字签名基本概念................................................................................................32.2.2RSA数字签名算法的实现原理....................................................................................52.3MD5算法的介绍....................................................................................................................63RSA数字签名的设计与实现.......................................................................................................73.1RSA数字签名的总体设计....................................................................................................73.1.1RSA数字签名所需实现的功能....................................................................................73.1.2本软件的总体要求和设计...........................................................................................73.2各部分的设计实现...............................................................................................................73.2.1密钥产生的实现...........................................................................................................73.2.2产生消息摘要的设计实现.........................................................................................103.2.3数字签名的设计实现.................................................................................................123.2.4验证数字签名的设计与实现.....................................................................................163.2.5RSA数字签名的运行结果..........................................................................................184软件的整体测试和分析改进.....................................................................................................184.1软件的整体测试.................

1 / 27
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功