資源描述:
《aes加密算法的研究與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。
1、AES加密算法的研究與實(shí)現(xiàn)摘要:在信息安全領(lǐng)域,對(duì)信息數(shù)據(jù)進(jìn)行加密是一種常用而且行之有效的安全措施。但近年來(lái),隨著分布式計(jì)算和并行處理技術(shù)的發(fā)展,56位密鑰的DES(DataEncryptionStandard)已難以勝任公用數(shù)據(jù)加密標(biāo)準(zhǔn)算法。為此,1997年,美國(guó)國(guó)家標(biāo)準(zhǔn)和技術(shù)研究所(NISI)開始征集先進(jìn)加密標(biāo)準(zhǔn)(AES)算法,以此作為DES的替代品。新的加密算法的密鑰長(zhǎng)度可以為128、192和256位,它可以實(shí)現(xiàn)對(duì)128位的數(shù)據(jù)分組進(jìn)行加密和解密。1998年,NISI對(duì)15中候選算法進(jìn)行評(píng)定,最終
2、,Rijndael算法以其設(shè)計(jì)靈活、實(shí)現(xiàn)簡(jiǎn)單、加解密速度快、安全性高、支持并行處理等特點(diǎn)而勝出。隨著AES算法的普及應(yīng)用,AES算法在日常生活、國(guó)民生產(chǎn)和國(guó)家安全等方面越來(lái)越起著重要的作用。因此,對(duì)AES加密算法實(shí)現(xiàn)的研究便成為一個(gè)重要的課題。本文首先對(duì)AES算法進(jìn)行分析和研究,并在此基礎(chǔ)上實(shí)現(xiàn)了AES核心代碼,然后,以此核心代碼為基礎(chǔ)設(shè)計(jì)實(shí)現(xiàn)了一個(gè)加密軟件。通過(guò)該軟件既可以對(duì)128位的數(shù)據(jù)分組進(jìn)行加密和解密,也可以完成對(duì)文件的加密和解密。AES算法是一個(gè)復(fù)雜的算法,對(duì)其進(jìn)行研究和實(shí)現(xiàn)它在一定程度上促進(jìn)
3、我國(guó)信息安全的發(fā)展。關(guān)鍵詞:私鑰加密;分組加密;文件加密;AES算法33ResearchandImplementationofAESalgorithmAbstract:Inthefieldofinformationsecurity,theencryptionofinformationisacommonandeffectivesecuritymeasures.Butinrecentyears,withthedevelopmentofthedistributedcomputingandparallelpro
4、cessingtechnology,the56bitsofkeyoftheDES(DataEncryptionStandard)hasbeendifficulttobecompetentwiththestandardofthecommondataalgorithm.Therefore,in1997,theU.S.NationalInstituteofStandardsandTechnology(NISI)begantocollectAdvancedEncryptionStandard(AES)algor
5、ithmasasubstituteforDES.Thekeylengthofthenewencryptionalgorithmis128,192and256bits.Anditcanencrypta128bitsofdatablock.Aftertheassessmentofthe15candidatesinthealgorithm,andin1998,theRijndaelalgorithmwonforitsflexibledesign,andsimple,encryptionspeed,safe,p
6、arallelprocessing,andotherfeatures.WiththeuniversalapplicationoftheAESalgorithm,AESalgorithmplayanincreasinglyimportantroleinourdailylives,nationalproductandnationalsecurity,andotheraspects.Therefore,theresearchoftheAESencryptionalgorithmhasbecomeanimpor
7、tantissue.ThisarticlestartwiththestructureofAESalgorithm,andthecompiletheAEScorecode,atlastwedesignanencryptionsoftwarewhichcanencryptanddecrypta128bitsofdatablock,andcanalsoencryptanddecryptthefiles.AESalgorithmisacomplexalgorithm,studyingandmakingitint
8、henetworksecurity,e-commerceandotherareaswillpromptthedevelopmentoftheinformationsecurityinourcountry.Keywords:DataEncryption;FileEncryption;AESalgorithm;Privatekeyencryption33目錄第1章緒論31.1研究背景31.1.1密碼技術(shù)的發(fā)展歷程31.1.2密碼技術(shù)的研究現(xiàn)狀4