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

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

Linux下的網(wǎng)絡(luò)層加密解密的實(shí)現(xiàn)

 本文ID:LWGSW13721 價格:收費(fèi)積分/100
掃一掃 掃一掃
本站會員可自行下載:下載地址 Linux下的網(wǎng)絡(luò)層加密解密的實(shí)現(xiàn) (收費(fèi):1000 積分)  

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

摘  要
隨著網(wǎng)絡(luò)技術(shù)在各行各業(yè)中的廣泛應(yīng)用,網(wǎng)絡(luò)安全逐漸成為一個重要的問題。Linux是一個優(yōu)秀的、開源的操作系統(tǒng),非常適合作為一些新技術(shù)的測試平臺。本文修改Linux操作系統(tǒng)內(nèi)核的網(wǎng)絡(luò)協(xié)議,以實(shí)現(xiàn)對網(wǎng)絡(luò)通信數(shù)據(jù)的加密。先介紹了網(wǎng)絡(luò)數(shù)據(jù)加密的發(fā)展和現(xiàn)狀。接著分析了網(wǎng)際協(xié)議、DES加密算法和Linux下的網(wǎng)際協(xié)議的實(shí)現(xiàn)和套接字結(jié)構(gòu)。然后,實(shí)現(xiàn)了DES算法,對內(nèi)核進(jìn)行了修改,添加了一些功能性內(nèi)核模塊。在此基礎(chǔ)上設(shè)計和實(shí)現(xiàn)了一個位于IP層的端到端加密的系統(tǒng),整個系統(tǒng)嵌入到Linux內(nèi)核中,可以通過內(nèi)核模塊對其進(jìn)行操作,來實(shí)現(xiàn)其功能。該系統(tǒng)的主要特點(diǎn)是針對IP地址判斷是否進(jìn)行加密操作。最后,通過測試驗證了系統(tǒng)設(shè)計的正確性。

關(guān)鍵字:網(wǎng)絡(luò)層;Linux內(nèi)核;端到端;加密;模塊;網(wǎng)絡(luò)通信The Implementation of Encryption and Decryption at Net Layer based on Linux

Abstract
With the abroad use of network technology in various trades, network security is becoming an important issue. Linux is an excellent Open-source Operating System and is very suitable for the test of some new technology. In this paper, the network protocol stack of the Linux operating system kernel is changed to encrypt network communication data. Firstly, introduces the development and actuality of the network data encryption. Secondly, analyses the inernet protocol, the DES encryption algorithm, and the implementation of internet protocol and the socket structure in the linux kernel. Whereafter, realizes the DES algorithm, changes the kernel, and adds some functional kernel modules. And then, an IP end-to-end encryption system is designed and implemented, and it is embeded in the linux kernel, we can achieve its function through kernel module. Lastly, a test is given to testify the correctness of the design.

Key Words: Net layer; Linux kernel; End-to-end; Encrypt; Module; Network communications

目    錄

1 引言 1
2 網(wǎng)絡(luò)數(shù)據(jù)加密技術(shù) 1
2.1 鏈路加密 1
2.2 節(jié)點(diǎn)加密 2
2.3 端到端加密 2
3 系統(tǒng)的總體分析 3
3.1 網(wǎng)際協(xié)議分析 3
3.2 套接字結(jié)構(gòu)分析 5
3.3 Linux下IPv4的實(shí)現(xiàn) 6
3.4 DES算法介紹 8
4 系統(tǒng)的設(shè)計與實(shí)現(xiàn) 12
4.1 系統(tǒng)的總體設(shè)計 12
4.2 模塊部分的設(shè)計與實(shí)現(xiàn) 13
4.3 DES算法實(shí)現(xiàn) 15
4.4 對內(nèi)核函數(shù)的修改 18
5 網(wǎng)絡(luò)層加密系統(tǒng)的測試 18
結(jié) 論 21
參考文獻(xiàn) 21
致 謝 22
聲 明 23


相關(guān)論文
本論文在計算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
上一篇:基于Notes的獵頭公司網(wǎng)站的設(shè)計與.. 下一篇:LINUX環(huán)境下的密文聊天系統(tǒng)的設(shè)計..
Tags:Linux 網(wǎng)絡(luò) 加密解密 實(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號

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

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