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

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

        基于Word的電子簽章的設計與實現

         本文ID:LWGSW13573 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于Word的電子簽章的設計與實現 (收費:1000 積分)  

        論文字數:23601,頁數:50  有開題報告,任務書

        摘  要

         隨著信息技術和計算機網絡在社會各個領域應用的深入,政府無紙化辦公已提上了日程。如何保障電子公文的合法性、唯一性、不可否認性,防止非法篡改成為尚待解決的問題。電子簽章技術正是在此背景下提出的,并成為信息安全領域及計算機應用領域研究的熱點與難點。盡管電子政務對電子公文的安全性產生了強烈的需求,然而,滿足安全需求的電子簽章的理論和技術還沒有得到很好的解決。
         確保電子文檔的完整性和簽章者的不可否認性是電子簽章系統必須解決的核心問題,是電子簽章系統應用的基礎。針對這些問題,本文首先比較了電子簽章與傳統印章的功效,得出傳統印章在電子信息系統中的法律功效可以由電子簽章來替代。在分析了當前國內外技術后,提出了一種“電子簽名圖章”系統模型,并給出了一般的電子簽章系統的實現方案,分析了電子簽章系統中采用的關鍵技術:單向散列函數、數字簽名等,然后給出了一個在WORD上實現的電子簽章系統實例。最后,對電子簽章系統進行評估,并對其研究前景進行展望。
         
        關鍵字: 電子簽章,數字簽名,數字水印,公鑰證書


        The Design and Implement of Electronic Signature based on Word
        Abstract
            Along with the deep application of the computer network and information technology in so many fields in society, the OA (Office Automation) is going to be used at the government in a few days. How to guarantee the legitimacy, unique, traceability and avoiding being illegal copied of the electronics official document is a difficult problem, which is necessary in our society. Digital seal technology is brought forward in this background, and it is a hot and difficult point to be reseached.Though rapidly rising electronical government affair puts forward highly requitement of security of the electronical official document, the technologies and theories of digital seal system which can meet the security necessary have not been solved yet.
            Assuring the inteality of the electronical document and the non-repudiation of the signeris a kernel security problem, which must be solved in digital seal system, and is a base of application. Aiming at the problems, the paper firstly compares with the effect of the digital seal and the traditional seal, draws out that the traditional seal's law effect in the electronic
        information system may be replaced by the digital seal. After analyzing the current civil and
        foreign technology, we bring out the "Digital Signature Seal" system model and common digital seal system's implementation scheme, analyze the key technologies, such as: hash, digital signature , which will be used in digital seal system. Afterward, the paper puts forward an example of digital seal system implemented on the MS-Word application. Finally, we evacuate the digital seal system and point out some potential directions of research.

        Keywords: Digital Seal, Digital Signature, Water Marking, Certificate
        目     錄

        1. 緒論 1
        1.1 背景和意義 1
        1.2 論文的結構安排 2
        2. 理論基礎知識 3
        2.1 公鑰密碼學 3
        2.1.1 公鑰密碼學 3
        2.1.2 RSA公鑰算法 3
        2.2 數字簽名與消息認證 4
        2.2.1 單向散列函數 4
        2.2.2 數字簽名 7
        2.3 PKI與CA 10
        2.3.1 PKI定義 10
        2.3.3 數字證書 11
        2.3.5 CA 11
        2.4 數字水印與信息隱藏 12
        2.4.1 信息隱藏與數字水印概述 12
        2.4.2 典型數字水印系統模型 13
        2.5 ATL技術 13
        2.5.1 ATL的定義 13
        2.5.2 ATL基本技術 14
        2.6 本章小結 15
        3. 現有電子簽章系統分析 16
        3.1 電子簽章系統概述 16
        3.2 當前國內外電子簽章系統 17
        3.3 本文電子簽章系統 19
        3.4 本章小結 20
        4. 電子簽章系統的設計與實現 21
        4.1 系統模塊劃分 21
        4.2 數字簽名子系統 21
        4.2.1 使用CAPICOM實現數字簽名子系統 21
        4.2.2 簽名數據的選擇 24
        4.3 數字水印子系統 24
        4.3.1 BMP文件結構 24
        4.3.2 圖像的基本操作 27
        4.3.3 數字水印算法 28
        4.4 Word簽章子系統 30
        4.4.1 工具條,命令按鈕的添加 30
        4.4.2 命令按鈕功能設計 32
        4.4.3 主要功能 33
        4.5 證書管理子系統 35
        4.5.1 證書簽發請求模塊 36
        4.5.1 申請證書模塊 36
        4.5.2 證書處理模塊 37
        4.5.3 證書下載模塊 38
        4.5.4 日志管理模塊 39
        4.6 本章小結 39
        5. 電子簽章系統測試與評估 40
        5.1 評估方法 40
        5.2 測試結果與分析 40
        5.3 評價結論 41
        5.4 本章小結 41
        結  論 42
        致  謝 43
        參考文獻 44


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:商業網站短信增值服務的設計與實現 下一篇:基于嵌入式Linux電表采集終端抄表..
        Tags:基于 Word 電子 簽章 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

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