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

    當前位置:論文格式網 -> 畢業論文 -> 電子通信論文
    畢業論文標題:

    RSA公鑰算法研究與實現

     本文ID:LWGSW9014 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 RSA公鑰算法研究與實現 (收費:9800 積分)  

    電子通信論文編號:TX117  字數:16063.頁數:39  

    目  次
    1.    緒論…………………………………………………………………………1
    1.1   信息安全的意義……………………………………………………………1
    1.2   RSA的現狀和前景…………………………………………………………2
    2.    公鑰密碼體制概述…………………………………………………………2
    2.1   密碼學起源…………………………………………………………………3
    2.2   什么是密碼學………………………………………………………………3
    2.3   對稱加密算法………………………………………………………………4
    2.4   公開密鑰密碼體制…………………………………………………………5
    3.    RSA算法詳細介紹…………………………………………………………7
    3.1   RSA公開密鑰密碼系統原理………………………………………………7
    3.2   RSA算法加密解密過程……………………………………………………8
    3.3   RSA算法性能分析…………………………………………………………9
    3.4   增加保密強度的措施……………………………………………………10
    3.5   RSA算法的安全性………………………………………………………11
    4.    基于RSA加密系統的實現………………………………………………14
    4.1   系統實現…………………………………………………………………14
    4.1.1  RSA用到的變量…………………………………………………………14
    4.1.2  RSA算法實現……………………………………………………………14
    4.1.3  對文本文件進行加密的具體實現………………………………………16
    4.1.4  對文本文件進行解密的具體實現……………………………………17
    4.2   系統使用…………………………………………………………………17
    4.3   設計難點…………………………………………………………………22
    結論………………………………………………………………………………23
    致謝………………………………………………………………………………24
    參考文獻…………………………………………………………………………25
    附錄 1……………………………………………………………………………26

    摘  要
    隨著計算機互聯網絡的飛速發展,整個世界被越來越緊密地聯系在一起。這在為人類社會帶來巨大便利的同時,也產生了一系列嚴重的問題,信息安全就是其中突出的一個。本人課題的工作主要是對RSA加密算法研究和設計實現。
    RSA加密算法是第一個較為完善的公開密鑰算法,它的安全性主要依賴于大數分解的難度。RSA算法自公布以來經過20多年的發展和考驗,除了其速度稍慢之外至今尚未找到其它缺陷,因此RSA算法的應用越來越廣泛。進入90年代,隨著計算機網絡、Internet和Intranet的飛速發展,RSA算法已被應用到信息安全、辦公自動化、電子郵件、電子自動轉帳支付系統、自動零售業務網、軟件分發、計算機防病毒及各種軍事系統安全設汁等領域。我們相信隨著信息社會的發展和計算機軟硬件性能的提高,RSA算法必將得到更加廣泛的應用。
    本論文首先介紹了信息安全的意義,接著介紹了密碼學的有關知識和公鑰密碼體制,對于對稱加密算法也做了簡單的探討。接下來重點討論了RSA算法的原理,對于密鑰的分類、生成以及如將它們用于程序中進行了深入的分析。在這一部分還簡要的描述了RSA算法的性能分析和安全性分析。論文的第四部分則是RSA加解密程序的實現過程,程序的實現是用Visual Studio.Net 2005開發平臺,編程語言是C#語言。程序模擬了RSA公鑰私鑰的生成及保存過程,可以對字符串和文本文件進行加密解密。對于程序是如何使用的也做了一個簡要的說明。最后分析了本次設計中的難點問題及其實現方法。

    關鍵詞  公鑰密碼體制  算法  公鑰  私鑰  DES  RSA加密算法

    Title   Research and Realization of RSA
    Abstract
    With the rapid development of the Internet, the whole world was tied more and more tightly. This has brought human being society great convenience,at the same time, also brought a series of serious problems in which the information security is the most outstanding one.
    RSA is the first quite perfect Public Key Algorithm, Calculate way of RSA from since announcement through the development and tests of more than 20 years, didn't yet find out other blemishes up to now in addition to its speed slightly slowly, therefore the application of the calculate way of RSA is extensive more and more. Enter the 90's, fly along with the calculator network, Internet and Intranet to develop soon, the calculate way of RSA has already is apply to the information safety, transact the automation, E-mail, the electronics auto pay to pay the system, retail the business net, software to distribute automatically, the calculator defends virus and various military system safeties to establish the juice etc. realm. We believe along with the exaltation of the development and calculator soft hardware function of the information society, the calculate way of RSA will get the more extensive application necessarily.
    This thesis introduced the meaning of the information safety first, introducing the relevant knowledge and the male key password systems that password learn immediately after, for symmetry encrypted the calculate way to also do the simple study. Connecting down the point discussed the principle of the calculate way of RSA, for the classification of the key, born and such as used for they to carry on the thorough analysis in the procedure. Return the function analysis and safety analysis that the synopsis described the calculate way of RSA in this part. The thesis then is four-part to divide the RSA adds to decrypt the procedure to carry out the process, the realization of the procedure is to use the Visual Studio.Net 2005 development terrace, weave the distance language is a C# language. The procedure imitated the private key of male key of RSA born and keep the process, can carry on encrypt to decrypt to the string and text file. Is how to use for the procedure of also did the elucidation of a synopsis. Analyzed a little bit difficult problem within this design finally and in fact now method.

    Key words public-key cryptosystem Algorithm public-key private-key DES RSA encryption algorithm


    相關論文
    本論文在電子通信論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:p2p通信模型的java實現 下一篇:《電路與電子學》電子課件的設計..
    Tags:RSA 公鑰 算法 研究 實現 【收藏】 【返回頂部】
    會計論文
    電子機電論文
    金融論文
    電氣自動化論文
    模具設計
    化學工程與工藝
    機械設計
    電子通信論文
    英語論文
    行政管理論文
    物流論文
    電子商務論文
    法律論文
    國際貿易論文
    財務管理論文
    人力資源論文
    市場營銷論文
    土木工程論文
    工商管理論文
    工程管理論文
    漢語言文學論文
    教育管理論文
    測控專業論文
    交通工程論文
    旅游管理論文
    新聞專業論文
    藝術設計
    教育技術學論文
    應用物理學論文
    輕化工程論文
    德語專業論文
    給水排水工程
    服裝設計與工程
    食品生物技術
    材料科學與工程
    電視制片管理
    工業工程論文
    文化產業管理
    包裝工程論文
    印刷工程論文
    信息管理論文
    制藥工程論文
    生物工程論文
    電子信息工程
    信息計算科學
    電氣工程論文
    通信工程論文
    財務會計畢業論文
    電子商務畢業論文
    現代教育技術
    信息管理專業
    心理學專業
    數學與應用數學
    數學教育
    護理學畢業論文
    其他專業論文
    歷史學論文
    學前教育畢業論文
    小學教育畢業論文
    教育管理畢業論文
    法律專業畢業論文
    漢語言文學畢業論文
    工商管理畢業論文
    人力資源畢業論文
    營銷專業畢業論文
    物流專業畢業論文
    計算機論文
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供電子通信論文畢業論文格式,論文格式范文,畢業論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

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

    论文格式网:毕业论文格式范文
  • <samp id="ycu22"><tfoot id="ycu22"></tfoot></samp>
      • <tfoot id="ycu22"></tfoot>
        <strike id="ycu22"></strike>