资源描述:
《常用的对称加密算法分析及实例应用---毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文常用的对称加密算法分析及实例应用CommonlyUsedSymmetricEncryptionAlgorithmAnalysisandExamplesofApplications姓名:学号:学院:软件学院系:软件工程专业:软件工程年级:指导教师:年月摘要随着大型企业管理软件的发展,其应用越来越广泛,企业数据平台涉及局域网、广域网、Internet等,在各类系统中保存的企业关键数据量也越来越大,许多数据需要保存数十年以上,甚至是永久性保存。于是关键业务数据成了企业生存的命脉和宝贵的资源,数据安全性问题越来越突出。如何增强企业软件系统
2、的安全性、保密性、真实性、完整性,成为每一位软件开发人员关注的焦点。数据加密就是为了实现数据的保密性,它按照确定的密码算法将敏感的明文数据变换成难以识别的密文数据,通过使用不同的密钥,可用同一加密算法将同一明文加密成不同的密文。当需要时,可使用密钥将密文数据还原成明文数据,称为解密。数据加密被公认为是保护数据传输安全惟一实用的方法和保护存储数据安全的有效方法,它是数据保护在技术上最重要的防线。数据加密技术是最基本的安全技术,被誉为信息安全的核心。根据密钥类型不同可以将现代密码技术分为两类:对称加密算法(私钥密码体系)和非对称加密算法(公钥密码
3、体系)。本篇论文主要研究对称加密算法发展过程中几个常用的算法。如:DES,数据加密标准;IDEA,国际数据加密算法;AES,高级加密标准。关键字:DES;IDEA;AESAbstractWiththelarge-scaledevelopmentofenterprisemanagementsoftware,andit’sincreasingapplicationofawiderangeofenterprisedataplatforminvolvingLAN,WAN,Internet,etc.,invarioussystemstopreserve
4、thevolumeofbusinesscriticaldataisalsogrowing,andmanydozensofdataneedtopreserveyears,orevenpermanentpreservation.Sobusiness-criticaldatahasbecomethelifebloodofbusinesssurvivalandvaluableresources,datasecurityissuesbecomeincreasinglyacute.Howtoenhanceenterprisesoftwaresystem,
5、security,confidentiality,authenticity,integrity,becomeeverysoftwaredeveloperfocus. Dataencryptionistoachievedataconfidentiality,itisdeterminedinaccordancewiththecryptographicalgorithmwillbesensitivetothespecificdatatransformationcannotbeidentifiedastheciphertextdata,throu
6、ghtheuseofdifferentkeys,thesameencryptionalgorithmcanbeusedtoexpressthesameencryptedintodifferentciphertext.Whennecessary,thekeywillbeusedtorestoretheciphertextdataintoexplicitdata,knownasdecryption.Beenrecognizedasdataencryptiontoprotectdatasecurityandtheonlypracticalwayto
7、protectthestoreddatasafeandeffectivemethodofdataprotectionitistechnicallythemostimportantlineofdefense. Dataencryptionsecuritytechnologyisthemostbasictechnology,knownasthecoreofinformationsecurity.Accordingtothekeytypeofmoderncryptographictechniquescanbedividedintotwocate
8、gories:symmetricencryptionalgorithm(theprivatekeypasswordsystem)andnon-symmetricen