欢迎来到天天文库
浏览记录
ID:52524334
大小:695.00 KB
页数:57页
时间:2020-03-28
《DES加密算法地研究与实现 毕业论文设计.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、毕业设计[论文]题目:DES加密算法的研究与实现学院:计算机科学与工程学院专业:计算机科学与技术姓名:学号:指导老师:完成时间:56河南城建学院本科毕业设计(论文)摘要摘要随着信息技术的发展,计算机应用渗透到社会生活的各个领域,人们对信息化的依赖程度越来越高,随之而来的安全性问题成为人们关注的热点。数据加密技术作为信息安全中的重要武器,发挥着越来越大的作用。DES(DateEncryptionStandard)算法从成为加密标准到现在,已经成功在应用在了很多领域并且经历了长期的考验。实践证明,DES算法对于大部分
2、的应用来说,还是足够安全的。本论文首先介绍C语言基本知识及其实用软件VisualC++6.0,然后介绍DES加密算法原理;接着介绍DES加密模块的三大底层模块的原理与设计;最后介绍了顶层模块的调用与设计,测试文件的编写,从整体上完成了对DES加密模块的实现。本文通过C语言来实现DES加密模块的设计与验证。本设计采用自顶而下的模块化设计方法将DES加密模块划分为四大模块,其中包括三个底层模块:密钥产生模块、S部件代换模块(S1、S2、S3、S4、S5、S6、S7、S8)、DES的一轮变换模块,还含有一个顶层调用模块
3、,整体的调用三个底层模块用来实现DES加密模块的功能。此外还对DES的安全性进行评估以及简要的验证了三重DES加密算法的加密和解密过程。关键词:DES;加密;解密;C语言56河南城建学院本科毕业设计(论文)前言AbstractWiththedevelopmentofinformationtechnology,theapplicationofcomputerhascameintoanyfield.People’sdependenceoninformationtechnologyisbecomingmore.Foll
4、owedbytheissueofsecurityhasalsobecomeahotspotofconcerntothepeople.Encryptiontechnology,asanimportantweaponofinformationsecurity,isplayinganincreasinglyimportantrole.DES(DateEncryptionStandard)encryptionalgorithmfrombecomingthestandardtothepresent,hasbeensucce
5、ssfullyusedinalotintheareaandhasexperiencedlong-termtest.Practicehasprovedthat,DESalgorithmformostoftheapplicationadequateissecurity.ThispaperintroducesClanguageanditsutilitysoftwareVisualC++6.0,andintroducestheDESalgorithm,andthenintroducestheDESencryptionmo
6、dulethethreeunderlyingmodulesprinciplesanddesign.Finally,itintroducesthetop-levelmoduleanditsdesignaswellasthetestdocumentation,andachievesthewholeDESencryptionmoduleThroughtheClanguage,thispaperachievesDESencryptionmoduledesignandsimulation.Thedesignusesatop
7、-downmodulardesignmethodtoDESencryptionmodule,itisdividedinto4modules,whichcontainsthreebottommodules:keygenerationmodule,SmoduleandonetransformationmoduleofDES,anditalsocontainsatop-levelmodulewhichcallsthebottomoftheoverallthreemodulesforthefunctionofDESenc
8、ryptionmodule.Inaddition,thesecurityofDESevaluationandbrieflyprovedthreeDESencryptionalgorithmforencryptionanddecryptionprocess.KeyWords:DES;cryption;encryption;Clanguage56河南城建学院本科毕业设计(论文
此文档下载收益归作者所有