欢迎来到天天文库
浏览记录
ID:5685858
大小:239.50 KB
页数:32页
时间:2017-12-22
《基于rsa的数字签名的设计与实现—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)基于RSA的数字签名的设计与实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:基于RSA的数字签名的设计与实现摘要随着计算机网络和信息技术的发展,信息安全在各领域发挥着越来越重要的作用,其中密码学已成为信息安全技术的核心,本文主要介绍了信息加密技术的应用。RSA算法是目前公认的在理论和实际应用中最为成熟和完善的一种公钥密码体制,它是第一个既能用于数据加密也能用于数字签名的算法,是公钥密码体制的代表。数字签名是起到身份认证、核准数据完整性的一种信息安全技术
2、。它通过认证技术来辨认真伪。RSA数字签名体制使用的是RSA公开密钥密码算法进行数字签名。本文主要研究的内容包括:第一,对RSA算法进行了全面系统的介绍,包括RSA算法的应用现状和原理—大素数的产生、密钥对的产生、对明文的加密运算和密文的解密运算,为具体实现打下了理论基础;第二,介绍了RSA数字签名的一些基本概念和数字签名的理论实现过程;第三,对MD5算法基本原理的介绍;第四,详述了RSA数字签名的设计与实现,主要实现的模块包括RSA密钥的产生(一对公钥和私钥),RSA加密算法和解密算法的实现,消息摘
3、要MD的生成以及利用RSA算法实现数字签名和签名的验证;第五,对该系统进行了整体的测试和分析改进;第六,分析了RSA数字签名的安全性,指出了RSA数字签名的发展方向。关键字:RSA算法;加密;解密;MD5算法;RSA数字签名TheDesignandRealizationofDigitalSignatureBasedonRSAAbstractWiththedevelopmentofthecomputernetworkandinformationtechnology,informationsecurity
4、playsmoreandmoreimportantroleineveryfield.Cryptographyhasbecomethecoreofinformationsecuritytechnology.Thisthesismainlyintroducestheapplicationofinformationencryptiontechnology.RSAalgorithmisconsideredasapublic-keycryptosystemofthemostfullydevelopedandco
5、mpleteintheoryandpracticeapplicationatpresent.Itisthefirstalgorithmforbothdataencryptionanddigitalsignature.Digitalsignatureisaninformationsecuritytechnologyusedtocheckauthenticationanddataintegrity.Itidentifiestrueorfalsebytheauthenticationtechnology.R
6、SAdigitalsignaturesystemcarriesondigitalsignaturebyusingRSApublic-keycipheralgorithm.Themaincontentofthisthesisincludessixparts.Firstofall,itisacomprehensivesystematicintroductionaboutRSAalgorithmincludingthepresentapplicationsituationandprincipleofRSAa
7、lgorithm----producingbigprimenumbersandsecretkeys,theencryptionarithmeticforinformationandthedecryptionforsecretinformation,whichestablishthetheoryfoundationforachievingconcrete;secondly,itintroducessomebasicconceptionofRSAdigitalsignatureandtheoryofdig
8、italsignaturerealizingprocess;thirdly,itintroducesthebasicprincipleofMD5algorithm;fourthly,itstatesdesignandrealizationofRSAdigitalsignatureindetail.ThemainmodulesincludesproducingRSAsecretkeys(apublickeyandprivatekey),implementa
此文档下载收益归作者所有