freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

文件加密算法的研究和應(yīng)用-畢業(yè)設(shè)計(jì)-資料下載頁(yè)

2024-11-29 02:57本頁(yè)面

【導(dǎo)讀】而且這種不安全性是互聯(lián)網(wǎng)存在基礎(chǔ)——TCP/IP協(xié)議所固有的,包括一些。事,特別是對(duì)于中小企業(yè)。為了解決這一對(duì)矛盾、為了能在安全的基礎(chǔ)上大開(kāi)這通向世。界之門(mén),我們只好選擇了數(shù)據(jù)加密和基于加密技術(shù)的數(shù)字簽名。是防止有用或私有化信息在網(wǎng)絡(luò)上被攔截和竊取。一個(gè)簡(jiǎn)單的例子就是密碼的傳輸,計(jì)。味著其安全體系的全面崩潰。解決上述難題的方案就是加密,加密后的口令即使被黑客。任何實(shí)際意義的亂碼??傊疅o(wú)論是單位還是個(gè)人在某種意義上來(lái)說(shuō)加密也成為當(dāng)今網(wǎng)絡(luò)。社會(huì)進(jìn)行文件或郵件安全傳輸?shù)臅r(shí)代象征!可是這個(gè)算法不能適用于所有格式的文件,這是這個(gè)算法的局限性,同時(shí)也

  

【正文】 置來(lái)形成密文,而字符本身不變。 按字符易位時(shí),先設(shè)計(jì)一個(gè)密鑰,用它對(duì)明文進(jìn)行易位而形成密文。在密鑰中的字符不允許重復(fù),明文按密鑰來(lái)排序。 如圖所示,第一行為密鑰,按密鑰中的字母在英文字母表中的順序來(lái)確定明文按列排列的列號(hào)。按此規(guī)則密鑰中的 A所對(duì)應(yīng)的序號(hào)為 1,而 U所對(duì)應(yīng)的序號(hào)為 8,于是所給明文便轉(zhuǎn)換成相應(yīng)密文。 系統(tǒng)運(yùn)行用 ++軟件。 明文 Please transfer one million dollars to my Swiss Bank account six two two ? 密文 AFLLSKSOSELAWAIATOOSSCTCLNMOMANTESILYN TWRNNTSOWDPAEDOBUO ?M E G A B U C K 7 4 5 1 2 8 3 6 P l e a s e t r a n s f e r o n e m i l l i o n d o l l a r s t o m y S w i s s B a n k a c c o u n t s i x t w o t w o a b c d 23 加密算法 BOOL Encrypt_Decrypt::Encrypt(CString file) { Str *p。 int i,j。 (file,ios::binary)。 if(!out_file) { return FALSE。 新建一個(gè)文本文件 文件新建是否成功 返回 FALSE N P 指向結(jié)構(gòu)體的首元素 Y 關(guān)閉文本 文件 返回 TRUE 結(jié)束 P 是否為空 Y N 以密碼為縱坐標(biāo),縱向?qū)?dāng)前元素中的值保存到文件中 P 指向下一個(gè)元素 24 } p=front。 while(p) { for(j=0。jN。j++) { for(i=0。iN。i++) { out_filepten[i][NumKey[j]]。 } } p=pnext。 } ()。 DeQueue()。 return TRUE。 } 解密算法 BOOL Encrypt_Decrypt::Decrypt(CString file) { Str *p。 int i,j,DeKey[N]={0}。 for(i=0。iN。i++) { DeKey[NumKey[i]]=i。 } (file,ios::binary)。 if(!out_file) 25 { return FALSE。 } p=front。 while(p) { for(j=0。jN。j++) { for(i=0。iN。i++) { if(p==rear amp。amp。 pten[DeKey[i]][j]==39。\039。) continue。 out_filepten[DeKey[i]][j]。 } } p=pnext。 } ()。 DeQueue()。 return TRUE。 } 算法結(jié)果 啟動(dòng)軟件 26 圖 1 選擇要加密的文件 圖 2 打開(kāi)后顯示 都是亂碼 27 圖 3 7 總結(jié) 經(jīng)過(guò)好幾個(gè)月的努力,有了小小的成就。這篇論文講述關(guān)于加密算法的部分知識(shí),同時(shí)具體敘述了兩種比較常用的加密算法。這兩種算法都有其優(yōu)點(diǎn)和缺點(diǎn),在正文中都有講述。 加密算法對(duì)于理論上和技術(shù)上的要求是很高的,在這兩方面我都要努力加強(qiáng)的。信息在瞬息萬(wàn)變,因此對(duì)于加密性的要求是很強(qiáng)的,上面我給出的算法的安全性和擴(kuò)展性很好,它不僅僅對(duì)普通的文件加密。也可以對(duì)其他形式的文件加密;我也利用多種其他解碼工 具對(duì)我所加密的文件進(jìn)行解碼,解破率大概 30%。 這個(gè)算法也有其缺點(diǎn)。這個(gè)算法必須事先設(shè)好密鑰, 這個(gè)密鑰是自己輸入的密碼 ,在設(shè)計(jì)上密碼有了限制,不可以隨便更改密鑰, 這是缺點(diǎn)之一。其二, 可能在加密某個(gè)文件時(shí),明文輸出會(huì) 出錯(cuò) 。這些都是我以后加強(qiáng)和努力的方向。 對(duì)于未來(lái)的展望,我是充滿信心的。 28 參 考 文 獻(xiàn) [1]謝毅 ,楊天奇 ,歐陽(yáng)金方 .一種分層加密在數(shù)字電視條件接收系統(tǒng)中的應(yīng)用 .南大學(xué)學(xué)報(bào) (自然科學(xué)版 ).2020. [2]麥胤 ,陸明瑩 DVB通用加擾算法的研究及實(shí)現(xiàn) .通信技術(shù) .2020. [3]李榮森 ,秦杰 ,竇文華 . RSA系列算法在工程中的應(yīng)用研究 .計(jì)算機(jī)科學(xué) .2020. [4]李青 ,李雄偉 ,金濤 .RSA算法的研究與簡(jiǎn)單實(shí)現(xiàn) .網(wǎng)絡(luò)安全技術(shù)與應(yīng)用 .2020. [5](美 )RichardSpillman著,葉阮健 ,曹英 ,張長(zhǎng)富譯 .經(jīng)典密碼學(xué)與現(xiàn)代密碼學(xué) .清華大學(xué)出版社 .2020 [6]齊望東 .網(wǎng)絡(luò)信息網(wǎng)絡(luò)與保密 [M].北京:電子工業(yè)出版社, 2020 [7]馮登國(guó) .密碼學(xué)導(dǎo)論 [M].北京:科學(xué)出版社, 1999 [8]楊明 .密碼編碼學(xué)與網(wǎng)絡(luò)安全:原理與實(shí)踐 [M]北京:電子工業(yè)出版社, 2020 [9]王錫林 .計(jì)算機(jī)安全 [M]北京:人民郵電出版社, 1995 [10]朱有根 .RSA公鑰密碼算法與其安全性分析 [J]寧波大學(xué)學(xué)報(bào), 2020 [11]孫寶林 .RSA公開(kāi)密鑰密碼算法機(jī)其在信息交換中的應(yīng)用 [J].武漢交通科技大學(xué)學(xué)報(bào), 2020 [12]張海蓉 .公開(kāi)密鑰密碼體制 RSA算法的一種實(shí)現(xiàn) [J].長(zhǎng)春郵電學(xué)院學(xué)報(bào) ,2020 [13]Douglas [M].北京 :電子工業(yè)出版社 ,2020 [14]馮克勤 .初等數(shù)論 [M].合肥 :中國(guó)科學(xué)技術(shù)大學(xué)出版社 ,1995. [15]盧開(kāi)澄 .計(jì)算機(jī)密碼學(xué) [M]第二版 .北京 :清華大學(xué)出版社 ,1998. [16]吳文森 .公開(kāi)密鑰密碼體制 RSA算法的實(shí)現(xiàn)和應(yīng)用 [J].計(jì)算機(jī)工程 ,1993 [17]陳克非,黃征 .信息安全技術(shù)導(dǎo)論 [M].北京:電子工業(yè)出版社 ,2020. [18]侯小梅 .電子商務(wù)安全與混沌理論研究 [M].華南理工大學(xué) ,2020. [19]陳恭亮 .信息安全數(shù)學(xué)基礎(chǔ) [M].北京:清華大學(xué)出版社 ,2020. [20]周明全 ,呂林濤 ,李軍懷 .網(wǎng)絡(luò)信息安全技術(shù) [M].西安 :西安電子科技大學(xué)出版社 , 2020. [21]宋維平 .RSA密碼體制 的數(shù)字簽名 [J].長(zhǎng)春理工大學(xué)學(xué)報(bào) , 2020. [22]王宇曉 .利用 RSA算法實(shí)現(xiàn)數(shù)字簽名 [J].濰坊學(xué)院學(xué)報(bào) , 2020. [23]周永磊 ,王京春 .結(jié)合數(shù)字水印和簽名的二值圖像內(nèi)容驗(yàn)證 [J].計(jì)算機(jī)工程與應(yīng)用 ,2020. [24]蔡紅柳 ,何新華 .信息安全技術(shù)及實(shí)用實(shí)驗(yàn) [M].科學(xué)出版社 ,2020. [25]賀衛(wèi)紅 ,曹毅 .RSA公鑰密碼體制在數(shù)字簽名中的應(yīng)用 [J].微機(jī)發(fā)展 ,2020. [26]李捷 ,溫聰源 .基于 RSA公鑰體制的數(shù)字簽名技術(shù)在電子商務(wù)中的應(yīng)用 [J].內(nèi)江科技 ,2020. [27]宋震 .密碼 學(xué) [M].北京 :中國(guó)水利水電出版社 ,2020. 29 Study and Apply to Encrypting Algorithm Fengzhen Ye (College of Computer Science and Project, Zhongkai University of Agriculture and Engineering, Guangzhou 510225,China) Abstract: That work society chooses an encrypt nowadays already is that we have no choice , one is that we know the business affairs carrying out the document transmission , the there exists a lot of insecure factor in intercourse , the important pany and a few classified papers transfer on the work especially to a few on Inter. This insecurity is that the institute who there exists the basis TCP/IP agreement in Inter is inherent and, includes a little TCP/IPbased service。 Another aspect, inter give a lot of business to have brought along boundless business machine, Inter has joined the whole world together, make for Inter has implied make for world, this is good deed dream of, especially with regard to small and medium enterprise beyond doubt to uncounted business homes. For of resolving this pair of contradiction, leading to the world for being able to fire this greatly on safe basis, we are forced to have chosen the data encrypt and encrypt technology figure signature because of. The effect encrypting on the work is to prevent useful or privatization information from being intercepted and being stolen on the work. Transfer a simple example is being password, the puter password is most important, that a lot of safety protects system is the passwordbased, the password disclosing es up to grow significance in some saying the total collapse implying whose security system. The scheme resolving the abovementioned difficult problem39。s is encrypted, the password encrypting the queen is also no read even if being gained by the hacker, the private interests key is not having an addressee has no way to undo the bidding document encrypting the queen also right away, the bidding document bees a big heap of the messy code there being no any actual significance. In short ,kind, significance es up saying an encrypt also being work society in the nowadays carrying out a document or the times that mail safety transfers symbolizes that disregarding being that the unit is still individual in some! Key words: Secret key。Private key。Public key。 cryptology。 MD5。SHA1。 30 Aneway scattered column algorithm。 31 附 錄 加密算法具體分析 功能分析 本軟件 幾乎可以對(duì)任何格式的文件進(jìn)行加密:文本文件 (.txt)、 WORD 文檔(.doc, rtf)、圖像文件 (jpg, bmp, )、 視頻 文件 (.rmvb)等等。經(jīng)加密后的文本文件、WORD 文件直接打開(kāi)顯示的是不可讀的亂碼;圖像文件無(wú)法打開(kāi)顯示; 視頻 文件無(wú)法啟動(dòng)。加密
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1