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

正文內(nèi)容

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

2024-11-29 02:57本頁面

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

  

【正文】 置來形成密文,而字符本身不變。 按字符易位時,先設(shè)計一個密鑰,用它對明文進行易位而形成密文。在密鑰中的字符不允許重復,明文按密鑰來排序。 如圖所示,第一行為密鑰,按密鑰中的字母在英文字母表中的順序來確定明文按列排列的列號。按此規(guī)則密鑰中的 A所對應的序號為 1,而 U所對應的序號為 8,于是所給明文便轉(zhuǎn)換成相應密文。 系統(tǒng)運行用 ++軟件。 明文 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。 新建一個文本文件 文件新建是否成功 返回 FALSE N P 指向結(jié)構(gòu)體的首元素 Y 關(guān)閉文本 文件 返回 TRUE 結(jié)束 P 是否為空 Y N 以密碼為縱坐標,縱向?qū)斍霸刂械闹当4娴轿募? P 指向下一個元素 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é)果 啟動軟件 26 圖 1 選擇要加密的文件 圖 2 打開后顯示 都是亂碼 27 圖 3 7 總結(jié) 經(jīng)過好幾個月的努力,有了小小的成就。這篇論文講述關(guān)于加密算法的部分知識,同時具體敘述了兩種比較常用的加密算法。這兩種算法都有其優(yōu)點和缺點,在正文中都有講述。 加密算法對于理論上和技術(shù)上的要求是很高的,在這兩方面我都要努力加強的。信息在瞬息萬變,因此對于加密性的要求是很強的,上面我給出的算法的安全性和擴展性很好,它不僅僅對普通的文件加密。也可以對其他形式的文件加密;我也利用多種其他解碼工 具對我所加密的文件進行解碼,解破率大概 30%。 這個算法也有其缺點。這個算法必須事先設(shè)好密鑰, 這個密鑰是自己輸入的密碼 ,在設(shè)計上密碼有了限制,不可以隨便更改密鑰, 這是缺點之一。其二, 可能在加密某個文件時,明文輸出會 出錯 。這些都是我以后加強和努力的方向。 對于未來的展望,我是充滿信心的。 28 參 考 文 獻 [1]謝毅 ,楊天奇 ,歐陽金方 .一種分層加密在數(shù)字電視條件接收系統(tǒng)中的應用 .南大學學報 (自然科學版 ).2020. [2]麥胤 ,陸明瑩 DVB通用加擾算法的研究及實現(xiàn) .通信技術(shù) .2020. [3]李榮森 ,秦杰 ,竇文華 . RSA系列算法在工程中的應用研究 .計算機科學 .2020. [4]李青 ,李雄偉 ,金濤 .RSA算法的研究與簡單實現(xiàn) .網(wǎng)絡安全技術(shù)與應用 .2020. [5](美 )RichardSpillman著,葉阮健 ,曹英 ,張長富譯 .經(jīng)典密碼學與現(xiàn)代密碼學 .清華大學出版社 .2020 [6]齊望東 .網(wǎng)絡信息網(wǎng)絡與保密 [M].北京:電子工業(yè)出版社, 2020 [7]馮登國 .密碼學導論 [M].北京:科學出版社, 1999 [8]楊明 .密碼編碼學與網(wǎng)絡安全:原理與實踐 [M]北京:電子工業(yè)出版社, 2020 [9]王錫林 .計算機安全 [M]北京:人民郵電出版社, 1995 [10]朱有根 .RSA公鑰密碼算法與其安全性分析 [J]寧波大學學報, 2020 [11]孫寶林 .RSA公開密鑰密碼算法機其在信息交換中的應用 [J].武漢交通科技大學學報, 2020 [12]張海蓉 .公開密鑰密碼體制 RSA算法的一種實現(xiàn) [J].長春郵電學院學報 ,2020 [13]Douglas [M].北京 :電子工業(yè)出版社 ,2020 [14]馮克勤 .初等數(shù)論 [M].合肥 :中國科學技術(shù)大學出版社 ,1995. [15]盧開澄 .計算機密碼學 [M]第二版 .北京 :清華大學出版社 ,1998. [16]吳文森 .公開密鑰密碼體制 RSA算法的實現(xiàn)和應用 [J].計算機工程 ,1993 [17]陳克非,黃征 .信息安全技術(shù)導論 [M].北京:電子工業(yè)出版社 ,2020. [18]侯小梅 .電子商務安全與混沌理論研究 [M].華南理工大學 ,2020. [19]陳恭亮 .信息安全數(shù)學基礎(chǔ) [M].北京:清華大學出版社 ,2020. [20]周明全 ,呂林濤 ,李軍懷 .網(wǎng)絡信息安全技術(shù) [M].西安 :西安電子科技大學出版社 , 2020. [21]宋維平 .RSA密碼體制 的數(shù)字簽名 [J].長春理工大學學報 , 2020. [22]王宇曉 .利用 RSA算法實現(xiàn)數(shù)字簽名 [J].濰坊學院學報 , 2020. [23]周永磊 ,王京春 .結(jié)合數(shù)字水印和簽名的二值圖像內(nèi)容驗證 [J].計算機工程與應用 ,2020. [24]蔡紅柳 ,何新華 .信息安全技術(shù)及實用實驗 [M].科學出版社 ,2020. [25]賀衛(wèi)紅 ,曹毅 .RSA公鑰密碼體制在數(shù)字簽名中的應用 [J].微機發(fā)展 ,2020. [26]李捷 ,溫聰源 .基于 RSA公鑰體制的數(shù)字簽名技術(shù)在電子商務中的應用 [J].內(nèi)江科技 ,2020. [27]宋震 .密碼 學 [M].北京 :中國水利水電出版社 ,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 附 錄 加密算法具體分析 功能分析 本軟件 幾乎可以對任何格式的文件進行加密:文本文件 (.txt)、 WORD 文檔(.doc, rtf)、圖像文件 (jpg, bmp, )、 視頻 文件 (.rmvb)等等。經(jīng)加密后的文本文件、WORD 文件直接打開顯示的是不可讀的亂碼;圖像文件無法打開顯示; 視頻 文件無法啟動。加密
點擊復制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1