- 相關(guān)推薦
基于IDEA算法的數據加密解密及數字簽名
摘要
隨著(zhù)Internet的普及,計算機的安全問(wèn)題越來(lái)越重要,出現了許多關(guān)于計算機安全的加密算法,進(jìn)年來(lái)分組密碼新的算法不斷涌現,而其中IDEA算法就是其中對數據加密的1種重要加密算法,它在方法論上是新穎的,而且速度快。其特點(diǎn)就是加密與解密相同,只是密鑰各異。無(wú)論用軟件或硬件來(lái)實(shí)現都不難。加密與解密運算速度都非?。
而我們在這個(gè)軟件中主要是實(shí)現了從文件中讀取數據,對讀取的數據進(jìn)行加密。并把加密后的文件保存到文件中。其后實(shí)現了對加密文件的解密,解密后與原文比較。最后就是為了解決假冒問(wèn)題的數字簽名。
國際數據加密算法是分組密碼的佼佼者,因此在現今的數據加密方面應用很多。
關(guān)鍵字:加密;解密;密鑰;數字簽名
Abstract
With the Internet popularization, the computer security problem is becoming more and more important.As a result,,it appeared many algorithm about the computer security encryption , in recent yeas new algorithm of block cipher have emerged in large numbers,but IDEA algorithm is an important one of the data encryption encryption algorithm. In the methodology it is novel, moreover the speed is quick..Its character is the encrypt and the decipher is same, only the key is respectively different. It doesn’t difficult to realize it with the software or the hardware .The encryption and the decipher operating speed is both extremely quick.
But what we mainly obtain in this software is we have read the data from the document, which had been carried on the encryption ,and then we decipher the documents which have been encrypted, furthermore, we compare the two kinds of documents.The last problem is in order to solve the digital signature of counterfeit question.
The international data encryption algorithm is the outstanding one in block cipher,therefore,nowadays there are a lot of applications in data encryption .
Keywords: encryption; decrypt,;key;digital signature

【基于IDEA算法的數據加密解密及數字簽名】相關(guān)文章:
磁盤(pán)文件高級數據加密解密器08-15
淺析基于數據加密的網(wǎng)絡(luò )通信系統的設計與應用07-09
小議基于橢圓曲線(xiàn)密碼體制的遙感圖像加密算法10-17
非對稱(chēng)加密算法06-17
高級加密標準Rijndael算法的分析及實(shí)現07-01
一種新的實(shí)用安全加密標準算法-Camellia算法07-24
基于關(guān)系數據庫數值型屬性特征的水印算法05-20
一種基于KEELOQ的改進(jìn)加密算法及其在單片機中的實(shí)現技術(shù)10-19
數據加密標準DES的C++實(shí)現05-12