數(shù)據(jù)加密技術(shù)研究.doc
約53頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
數(shù)據(jù)加密技術(shù)研究,data encryption engineering research全文38頁(yè)約15000字論述翔實(shí)摘 要本加密技術(shù)的開(kāi)發(fā)和研究其目的是為了尋找一種措施來(lái)保護(hù)我們的數(shù)據(jù),防止被一些懷有不良用心的人所看到或者破壞。在信息時(shí)代,信息可以幫助團(tuán)體或個(gè)人,使他們受益,同樣,信息也可以用來(lái)對(duì)他們構(gòu)成威脅,造成...
內(nèi)容介紹
此文檔由會(huì)員 香煙無(wú)味 發(fā)布
數(shù)據(jù)加密技術(shù)研究
Data encryption engineering research
全文38頁(yè) 約15000字 論述翔實(shí)
摘 要
本加密技術(shù)的開(kāi)發(fā)和研究其目的是為了尋找一種措施來(lái)保護(hù)我們的數(shù)據(jù),防止被一些懷有不良用心的人所看到或者破壞。在信息時(shí)代,信息可以幫助團(tuán)體或個(gè)人,使他們受益,同樣,信息也可以用來(lái)對(duì)他們構(gòu)成威脅,造成破壞。在競(jìng)爭(zhēng)激烈的大公司中,工業(yè)間諜經(jīng)常會(huì)獲取對(duì)方的情報(bào)。在客觀(guān)上就需要一種強(qiáng)有力的安全措施來(lái)保護(hù)機(jī)密數(shù)據(jù)不被竊取或篡改。
RSA密鑰體制是公開(kāi)密鑰體制中最容易理解,也是應(yīng)用最廣泛的一種加密方法,本文在深入研究RSA密鑰體制的基礎(chǔ)上,使用C++實(shí)現(xiàn)了一個(gè)小型的RSA加密系統(tǒng)來(lái)模擬RSA算法的整個(gè)過(guò)程。
Abstract
This encryption technology development and studies its goal is for seek one kind of measure to protect our data, prevented is harbored by some not the good attentively person to see to or the destruction. In the information age, the information may help the association or individual, causes them to profit, similarly, the information also may use for to them to pose the threat, creates the destruction. In the competition intense big company, the industrial spy can gain opposite party information frequently. In on is objective needs one kind of powerful security measure to protect the secret data not to steal or to tamper with.
The RSA key system is in the public key system is easiest to understand, also is applies the most widespread one encryption, this article thoroughly is studying the RSA key system in the foundation, used C++ to realize a small RSA cryptographic system to simulate the RSA algorithm the entire process
目 錄
第一章 緒論…………….……………………………...
1. 密碼學(xué)發(fā)展概述…………….……………………………...
1.1 引言…………….……………………………...
1.2 密碼技術(shù)發(fā)展現(xiàn)狀…………….……………………………...
1.2.1 古典密鑰…………….……………………………...
1.2.2 公開(kāi)密鑰…………….……………………………...
1.3密碼系統(tǒng)發(fā)展和展望…………….……………………………...
1.4課題的研究?jī)?nèi)容和目標(biāo)…………….……………………………...
第二章 可行性研究…………….……………………………...
2. 數(shù)論基礎(chǔ)…………….……………………………...
2.1 同余方程…………….……………………………...
2.2 歐拉函數(shù)…………….……………………………...
2.3中國(guó)剩余定理…………….……………………………...
第三章 系統(tǒng)需求分析…………….……………………………...
3. RSA加密算法及其加密體制…………….……………………………..
3.1 RSA加密算法…………….……………………………...
3.2 RSA算法的程序?qū)崿F(xiàn).…………………
第四章 系統(tǒng)概要設(shè)計(jì)…………….……………………………...
4. RSA加密算法的改進(jìn)方案…………….……………………………...
4.1 RSA公鑰密碼體制的一種潛在弱點(diǎn)…………….……………
4.2 RSA公鑰體制的改進(jìn)方案…………….…………………
4.3 RSA改進(jìn)方案的安全性分析…………….……………………
第五章 詳細(xì)設(shè)計(jì)…………….……………………………...
5. RSA加密算法及實(shí)現(xiàn)過(guò)程…………….……………………………...
5.1 大數(shù)存儲(chǔ)及運(yùn)算…………….……………………………...
5.2素?cái)?shù)產(chǎn)生及檢測(cè)…………….……………………………...
5.3用歐幾里德算法來(lái)計(jì)算PK和SK6.結(jié)論…………….……………
部分參考文獻(xiàn)
11 劉月蘭,譚振武,公開(kāi)密鑰加密算法及其應(yīng)用,哈爾濱師范大學(xué)自然科學(xué)學(xué)報(bào),2002,18(5):53-56
12 吳昊,基于DES算法和RSA算法的數(shù)據(jù)加密方案,焦作工學(xué)院學(xué)報(bào),2002,21(5):396-397
13 楊鵬 姚旺生,微機(jī)上使用RSA加密算法的安全性初探,計(jì)算機(jī)應(yīng)用與軟件,2002,19:57-59
14 王許書(shū) 李占才,RSA密碼系統(tǒng)有效實(shí)現(xiàn)算法,小型微型機(jī)計(jì)算機(jī)系統(tǒng),2002,23:577-579
15 顧婷婷 李濤,RSA和RSA數(shù)字簽名的實(shí)現(xiàn),網(wǎng)絡(luò)安全技術(shù)與應(yīng)用,2001,7:34-36
16 梁志龍,張志浩,對(duì)RSA算法正確性和加密強(qiáng)度問(wèn)題的研究,網(wǎng)絡(luò)安全技術(shù)與應(yīng)用,2001,
Data encryption engineering research
全文38頁(yè) 約15000字 論述翔實(shí)
摘 要
本加密技術(shù)的開(kāi)發(fā)和研究其目的是為了尋找一種措施來(lái)保護(hù)我們的數(shù)據(jù),防止被一些懷有不良用心的人所看到或者破壞。在信息時(shí)代,信息可以幫助團(tuán)體或個(gè)人,使他們受益,同樣,信息也可以用來(lái)對(duì)他們構(gòu)成威脅,造成破壞。在競(jìng)爭(zhēng)激烈的大公司中,工業(yè)間諜經(jīng)常會(huì)獲取對(duì)方的情報(bào)。在客觀(guān)上就需要一種強(qiáng)有力的安全措施來(lái)保護(hù)機(jī)密數(shù)據(jù)不被竊取或篡改。
RSA密鑰體制是公開(kāi)密鑰體制中最容易理解,也是應(yīng)用最廣泛的一種加密方法,本文在深入研究RSA密鑰體制的基礎(chǔ)上,使用C++實(shí)現(xiàn)了一個(gè)小型的RSA加密系統(tǒng)來(lái)模擬RSA算法的整個(gè)過(guò)程。
Abstract
This encryption technology development and studies its goal is for seek one kind of measure to protect our data, prevented is harbored by some not the good attentively person to see to or the destruction. In the information age, the information may help the association or individual, causes them to profit, similarly, the information also may use for to them to pose the threat, creates the destruction. In the competition intense big company, the industrial spy can gain opposite party information frequently. In on is objective needs one kind of powerful security measure to protect the secret data not to steal or to tamper with.
The RSA key system is in the public key system is easiest to understand, also is applies the most widespread one encryption, this article thoroughly is studying the RSA key system in the foundation, used C++ to realize a small RSA cryptographic system to simulate the RSA algorithm the entire process
目 錄
第一章 緒論…………….……………………………...
1. 密碼學(xué)發(fā)展概述…………….……………………………...
1.1 引言…………….……………………………...
1.2 密碼技術(shù)發(fā)展現(xiàn)狀…………….……………………………...
1.2.1 古典密鑰…………….……………………………...
1.2.2 公開(kāi)密鑰…………….……………………………...
1.3密碼系統(tǒng)發(fā)展和展望…………….……………………………...
1.4課題的研究?jī)?nèi)容和目標(biāo)…………….……………………………...
第二章 可行性研究…………….……………………………...
2. 數(shù)論基礎(chǔ)…………….……………………………...
2.1 同余方程…………….……………………………...
2.2 歐拉函數(shù)…………….……………………………...
2.3中國(guó)剩余定理…………….……………………………...
第三章 系統(tǒng)需求分析…………….……………………………...
3. RSA加密算法及其加密體制…………….……………………………..
3.1 RSA加密算法…………….……………………………...
3.2 RSA算法的程序?qū)崿F(xiàn).…………………
第四章 系統(tǒng)概要設(shè)計(jì)…………….……………………………...
4. RSA加密算法的改進(jìn)方案…………….……………………………...
4.1 RSA公鑰密碼體制的一種潛在弱點(diǎn)…………….……………
4.2 RSA公鑰體制的改進(jìn)方案…………….…………………
4.3 RSA改進(jìn)方案的安全性分析…………….……………………
第五章 詳細(xì)設(shè)計(jì)…………….……………………………...
5. RSA加密算法及實(shí)現(xiàn)過(guò)程…………….……………………………...
5.1 大數(shù)存儲(chǔ)及運(yùn)算…………….……………………………...
5.2素?cái)?shù)產(chǎn)生及檢測(cè)…………….……………………………...
5.3用歐幾里德算法來(lái)計(jì)算PK和SK6.結(jié)論…………….……………
部分參考文獻(xiàn)
11 劉月蘭,譚振武,公開(kāi)密鑰加密算法及其應(yīng)用,哈爾濱師范大學(xué)自然科學(xué)學(xué)報(bào),2002,18(5):53-56
12 吳昊,基于DES算法和RSA算法的數(shù)據(jù)加密方案,焦作工學(xué)院學(xué)報(bào),2002,21(5):396-397
13 楊鵬 姚旺生,微機(jī)上使用RSA加密算法的安全性初探,計(jì)算機(jī)應(yīng)用與軟件,2002,19:57-59
14 王許書(shū) 李占才,RSA密碼系統(tǒng)有效實(shí)現(xiàn)算法,小型微型機(jī)計(jì)算機(jī)系統(tǒng),2002,23:577-579
15 顧婷婷 李濤,RSA和RSA數(shù)字簽名的實(shí)現(xiàn),網(wǎng)絡(luò)安全技術(shù)與應(yīng)用,2001,7:34-36
16 梁志龍,張志浩,對(duì)RSA算法正確性和加密強(qiáng)度問(wèn)題的研究,網(wǎng)絡(luò)安全技術(shù)與應(yīng)用,2001,
TA們正在看...
- 教師個(gè)人計(jì)劃總結(jié)之讀《情感世界》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《愿你與這世界溫暖相擁》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《成功無(wú)捷徑》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《成功是一種心態(tài)》有.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《成功是一種心態(tài)》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《成功者的誓言》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《我和未來(lái)有個(gè)約會(huì)》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《我心溫柔自有力量》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《我是這樣做教師的》有感.doc
- 教師個(gè)人計(jì)劃總結(jié)之讀《我愛(ài)十二班》有感.doc
相關(guān)文檔
- 教師考核管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn).rar
- 全國(guó)高自考計(jì)算機(jī)高級(jí)語(yǔ)言程序設(shè)計(jì)試題...doc
- asp企業(yè)網(wǎng)絡(luò)管理系統(tǒng)設(shè)計(jì).rar
- 學(xué)生成績(jī)管理系統(tǒng).doc
- 電子商務(wù)網(wǎng)原型開(kāi)發(fā)設(shè)計(jì)(含網(wǎng)上短信服務(wù)).doc
- 企業(yè)財(cái)務(wù)管理系統(tǒng).rar
- 校園網(wǎng)組網(wǎng)工程設(shè)計(jì).doc