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

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      MD5算法的研究與實現------數據存儲加密

       本文ID:LWGSW14163 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 MD5算法的研究與實現------數據存儲加密 (收費:1000 積分)  

      論文字數:10543,頁數:27

        摘    要
      隨著網絡技術的廣泛應用,網絡信息安全越來越引起人們的重視。針對數據在存儲的時候存在大量的安全問題,目前通常將需要存儲的數據進行加密然后再存儲,應用MD5算法是一個不錯的選擇。MD5算法的全稱是Message-Digest algorithm 5,是一種用于產生數字簽名的單項散列算法。它的作用是讓大容量信息在用數字簽名軟件簽署私人密鑰前被“壓縮”成一種保密的格式,即將一個任意長度的“字節串”通過一個不可逆的字符串變換算法變換成一個128bit的串。
      該畢業設計是運用microsoft visual c++ 6.0軟件而開發的,主要是通過算法實現數據的加密存儲。文章分成五部分。第一,二部分描述了MD5的目前現狀和相關理論知識,也讓我們了解MD5的定義。重點是MD5的流程實現和封裝DLL。在MD5算法的DLL封裝這章,主要是描述我們為什么要選用封裝DLL的原因,以及封裝的好處。設計流程這一部分里包含讀取,修改,插入,刪除這幾個功能的實現情況,并用流程圖的方式來分別描述了這四大功能模塊的實現過程。最后一部分顯示了系統測試的內容和系統主要功能運行界面圖。

      關鍵詞:信息安全;MD5;加密;封裝

      The Research and Implementation for MD5 Algorithm
      -------- Data Storage and Encryption
      Abstract
      With the wide application of the network technology, the information of the network safety causes people's attention more and more. A large number of security questions appear while storing data, the data that usually store needing at present are encrypted then stored, it is a good choice to use MD5 algorithm. The full name of MD5 algorithm is Message-Digest algorithm 5, is that a kind of individual event used for producing figures and signed breaks up and arranges algorithms. Its function is to let large capacity information " compress " and become a kind of secret form before signing the private key with the digital signature software, vary " byte bunch " of a wanton length into a great integer of one 128bit through an irreversible one bunch of algorithms of varying of character .
      Used Microsoft Visual C++ 6.0 software and developed in this graduation project, is mainly to realize through the algorithm that the encryption of the data is stored. The article is divided into five parts. The first and second parts are describing the current situation and relevant theory knowledge at present of MD5, let us understand the definition of MD5. The focal point is the procedure of MD5 is realized and encapsulation to Dynamic Link Library. In this chapter of encapsulation MD5 class library to Dynamic Link Library, mainly describe why we will select encapsulation Dynamic Link Library for use , and the advantage of encapsulation . Design this of procedure and include reading in the part , revise , insert, delete the realization situations of these functions, and has described the realization course of this four major functions module respectively in way of the flow chart . The last part has shown that the content of system testing and main function of system operate the interface picture .
      Key words: information security; MD5; encrypt; Packaging

      目  錄

      1 引言 1
      1.1 研究現狀 1
      1.2 選題意義 2
      1.3 選題背景 2
      2 相關理論基礎 3
      2.1 單向散列函數 3
      2.1.1 單向散列函數的基本原理 3
      2.1.2 散列值的長度 4
      2.2 MD5算法的基本原理 4
      2.3 MD5的應用 12
      3 需求分析及設計方案 14
      3.1 主要功能模塊 14
      3.1.1 數據加密 14
      3.1.2 數據存儲 14
      3.1.3 數據庫設計 14
      3.2 主要流程圖 15
      4 MD5算法的DLL封裝 15
      4.1 加載時動態鏈接 16
      4.2 運行時動態鏈接 16
      4.3 DLL封裝情況 16
      5 具體設計流程及實現 17
      5.1 讀取的設計和實現 17
      5.2 插入的設計和實現 18
      5.3 修改的設計和實現 18
      5.4 刪除的設計和實現 19
      6 調試與分析 19
      6.1 概述 19
      6.2 測試分析報告 20
      結    論 20
      參考文獻 21
      致    謝 22
      聲    明 23


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:KASUMI算法的研究與VC實現 下一篇:一種信息隱藏工具的設計與實現
      Tags:MD5 算法 研究 實現 ------ 數據 存儲 加密 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

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