論文格式
                電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學(xué) 電氣自動化 歷史論文
                機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學(xué)工程 漢語言文學(xué) 免費獲取
                制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學(xué) 論文降重
                通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
                • 首頁 |
                • 畢業(yè)論文 |
                • 論文格式 |
                • 個人簡歷 |
                • 工作總結(jié) |
                • 入黨申請書 |
                • 求職信 |
                • 入團申請書 |
                • 工作計劃 |
                • 免費論文 |
                • 合作期刊 |
                • 論文同學(xué)網(wǎng) |
                搜索 高級搜索

                當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
                畢業(yè)論文標(biāo)題:

                基于RSA的數(shù)字簽名的設(shè)計與實現(xiàn)

                 本文ID:LWGSW13696 價格:收費積分/100
                掃一掃 掃一掃
                本站會員可自行下載:下載地址 基于RSA的數(shù)字簽名的設(shè)計與實現(xiàn) (收費:1000 積分)  

                論文字數(shù):12692,頁數(shù):27

                摘    要
                隨著計算機網(wǎng)絡(luò)和信息技術(shù)的發(fā)展,信息安全在各領(lǐng)域發(fā)揮著越來越重要的作用,其中密碼學(xué)已成為信息安全技術(shù)的核心,本文主要介紹了信息加密技術(shù)的應(yīng)用。
                RSA算法是目前公認的在理論和實際應(yīng)用中最為成熟和完善的一種公鑰密碼體制,它是第一個既能用于數(shù)據(jù)加密也能用于數(shù)字簽名的算法,是公鑰密碼體制的代表。數(shù)字簽名是起到身份認證、核準(zhǔn)數(shù)據(jù)完整性的一種信息安全技術(shù)。它通過認證技術(shù)來辨認真?zhèn)巍SA數(shù)字簽名體制使用的是RSA公開密鑰密碼算法進行數(shù)字簽名。
                本文主要研究的內(nèi)容包括:第一,對RSA算法進行了全面系統(tǒng)的介紹,包括RSA算法的應(yīng)用現(xiàn)狀和原理—大素數(shù)的產(chǎn)生、密鑰對的產(chǎn)生、對明文的加密運算和密文的解密運算,為具體實現(xiàn)打下了理論基礎(chǔ);第二,介紹了RSA數(shù)字簽名的一些基本概念和數(shù)字簽名的理論實現(xiàn)過程;第三,對MD5算法基本原理的介紹;第四,詳述了RSA數(shù)字簽名的設(shè)計與實現(xiàn),主要實現(xiàn)的模塊包括RSA密鑰的產(chǎn)生(一對公鑰和私鑰),RSA加密算法和解密算法的實現(xiàn),消息摘要MD的生成以及利用RSA算法實現(xiàn)數(shù)字簽名和簽名的驗證;第五,對該系統(tǒng)進行了整體的測試和分析改進;第六,分析了RSA數(shù)字簽名的安全性,指出了RSA數(shù)字簽名的發(fā)展方向。

                關(guān)鍵字:RSA算法;加密; 解密;MD5算法;RSA數(shù)字簽名

                 


                The Design and Realization of Digital Signature Based on RSA
                Abstract
                With the development of the computer network and information technology, information security plays more and more important role in every field. Cryptography has become the core of information security technology. This thesis mainly introduces the application of information encryption technology.
                RSA algorithm is considered as a public-key cryptosystem of the most fully developed and complete in theory and practice application at present. It is the first algorithm for both data encryption and digital signature. Digital signature is an information security technology used to check authentication and data integrity. It identifies true or false by the authentication technology. RSA digital signature system carries on digital signature by using RSA public-key cipher algorithm.
                The main content of this thesis includes six parts. First of all, it is a comprehensive systematic introduction about RSA algorithm including the present application situation and principle of RSA algorithm----producing big prime numbers and secret keys, the encryption arithmetic for information and the decryption for secret information, which establish the theory foundation for achieving concrete; secondly, it introduces some basic conception of RSA digital signature and theory of digital signature realizing process; thirdly, it introduces the basic principle of MD5 algorithm; fourthly, it states design and realization of RSA digital signature in detail. The main modules includes producing RSA secret keys (a public key and private key ), implementation of RSA encryption algorithm and decryption algorithm, producing message digest and realizing digital signature and verification by RSA; the fifth, it carries on testing entirely, analyzing and improving for this system;The sixth, it analyses the security of RSA digital signature and points out the development direction of RSA digital signature.

                Key words: RSA algorithm; encryption; decryption; MD5 algorithm; RSA digital signature

                 

                目    錄

                1 引言 1
                1.1 研究背景 1
                1.2 本課題的研究意義 2
                2 RSA算法和RSA數(shù)字簽名算法的基本概念和原理 2
                2.1 RSA算法的基本概念和原理 2
                2.1.1 RSA算法介紹與應(yīng)用現(xiàn)狀 2
                2.1.2 RSA算法的實現(xiàn)原理 3
                2.2 RSA數(shù)字簽名基本概念和RSA數(shù)字簽名算法的實現(xiàn)原理 3
                2.2.1 RSA數(shù)字簽名基本概念 3
                2.2.2 RSA數(shù)字簽名算法的實現(xiàn)原理 5
                2.3 MD5算法的介紹 6
                3 RSA數(shù)字簽名的設(shè)計與實現(xiàn) 7
                3.1 RSA數(shù)字簽名的總體設(shè)計 7
                3.1.1 RSA數(shù)字簽名所需實現(xiàn)的功能 7
                3.1.2 本軟件的總體要求和設(shè)計 7
                3.2 各部分的設(shè)計實現(xiàn) 7
                3.2.1 密鑰產(chǎn)生的實現(xiàn) 7
                3.2.2 產(chǎn)生消息摘要的設(shè)計實現(xiàn) 10
                3.2.3 數(shù)字簽名的設(shè)計實現(xiàn) 12
                3.2.4 驗證數(shù)字簽名的設(shè)計與實現(xiàn) 16
                3.2.5 RSA數(shù)字簽名的運行結(jié)果 18
                4 軟件的整體測試和分析改進 18
                4.1軟件的整體測試 18
                4.2 性能分析與改進優(yōu)化 19
                5 RSA數(shù)字簽名的安全性分析與前景展望 20
                5.1 RSA數(shù)字簽名的安全性分析 20
                5.2 RSA數(shù)字簽名的前景展望 20
                結(jié)    論 21
                參考文獻 21
                致    謝 22
                聲    明 23


                相關(guān)論文
                本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
                上一篇:網(wǎng)絡(luò)嗅探器的設(shè)計與實現(xiàn) 下一篇:基于一階貝塞爾曲線的信息隱藏軟..
                Tags:基于 RSA 數(shù)字簽名 設(shè)計 實現(xiàn) 【收藏】 【返回頂部】
                最新文章
                熱門文章
                計算機論文
                推薦文章

                本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

                論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

                Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

                感谢您访问我们的网站,您可能还对以下资源感兴趣:

                论文格式网:毕业论文格式范文