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

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

          一種信息隱藏工具的設(shè)計與實現(xiàn)

           本文ID:LWGSW14162 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 一種信息隱藏工具的設(shè)計與實現(xiàn) (收費:1000 積分)  

          論文字?jǐn)?shù):9828,頁數(shù):27

          摘  要
          隨著信息技術(shù)的發(fā)展,信息安全問題越來越受到人們的重視。信息隱藏技術(shù)是一門將秘密信息隱藏在非秘密信息(例如音頻、視頻、靜止圖像以及文本)當(dāng)中,從而不引起人們對信息隱藏載體的感知的改變。近幾年,信息隱藏技術(shù)的發(fā)展迅猛,人們提出了許多信息隱藏的方法和算法。現(xiàn)在信息隱藏技術(shù)已經(jīng)廣泛的應(yīng)用于多媒體信息的版權(quán)保護(hù)及信息安全等領(lǐng)域。該隱藏工具的設(shè)計思路是將一段需要隱藏的信息用一套加密算法加密后形成密文,放入到一個文件或者圖片的一段代碼中,在不影響該文件或圖片使用的情況下,使得他人看不到我放入的密文,從而實現(xiàn)對信息的隱藏。本畢業(yè)設(shè)計的相關(guān)要求:用vc++ 6.0做一個工具,這個工具的作用就是將輸入的信息使用一套算法加密,然后保存到一副圖片中去,并且該圖片仍然能夠正常觀看,達(dá)到信息隱藏的目的。

          關(guān)鍵詞:信息隱藏技術(shù);加密;解密;魯棒性The Design and Development of Tool which can Hide Information
          Abstract
          With development of the information technology, Information security issues are attracting increasing attention. Information hiding technology can hide secret information in the non-secret information (such as audio, video, static graphics and text) thus people will have no sense with the change about the information hiding carrier. In recent years, information hiding technology has a high speed development, people proposes many information hiding method and algorithm. Now information hiding technology has already had widespread application in multimedia information copyright protection and information security etc. The design of the hidden tools is a need to use a hidden message encryption algorithm encrypted form dense text to a file or into a code without influence the file or picture. So as to let other people can’t see the confidential document. Thus the information has been hidden.The relevant demand of the graduated design: using the VC++ 6.0 to make a tool, the function of the tool is that set up a password for the inputted information by a kind of arithmetic. Then the information be kept into a picture and the picture still can be seen normally. At last, the information has been hidden.

          Key Words: information hiding; encryption; decryption; robustness

          目  錄

          1 引言 1
          1.1 課題背景 1
          1.2 國內(nèi)外研究現(xiàn)狀 1
          1.3 本課題研究的意義 1
          1.4 本課題的研究方法 2
          2 信息隱藏技術(shù) 2
          2.1 信息隱藏技術(shù)的基本概念 2
          2.1.1 典型信息隱藏系統(tǒng) 2
          2.1.2 信息隱藏的分類 3
          2.1.3 信息隱藏技術(shù)的特性 5
          2.2 數(shù)字水印評估方法 5
          2.2.1 典型的攻擊測評方法 6
          2.2.2 常用的失真度檢測方法 6
          2.3 信息隱藏技術(shù)的主要應(yīng)用 7
          3 工具的設(shè)計與開發(fā) 8
          3.1 設(shè)計思路與規(guī)劃 8
          3.1.1 目的 8
          3.1.2 步驟規(guī)劃 8
          3.2 軟件主要功能 9
          3.3 流程圖及界面 9
          3.3.1 數(shù)據(jù)加密流程 9
          3.3.2 數(shù)據(jù)解密流程 9
          3.3.3 刪除加密數(shù)據(jù)流程 9
          3.4 主要功能代碼 10
          3.4.1 加解密原理 10
          3.4.2 加密代碼實現(xiàn) 11
          3.4.3 解密代碼實現(xiàn) 13
          3.4.4 刪除加密信息代碼實現(xiàn) 14
          3.4.5 查找加密信息頭、尾的代碼實現(xiàn) 17
          3.5 工具開發(fā)過程中的難點與問題 19
          結(jié)    論 20
          參考文獻(xiàn) 20
          致    謝 21
          聲    明 22


          相關(guān)論文
          本論文在計算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:MD5算法的研究與實現(xiàn)------數(shù)據(jù)存.. 下一篇:基于windows入侵檢測系統(tǒng)的研究與..
          Tags:信息 隱藏 工具 設(shè)計 實現(xiàn) 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機(jī)論文
          推薦文章

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

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

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

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

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