欢迎来到天天文库
浏览记录
ID:352354
大小:829.00 KB
页数:47页
时间:2017-07-27
《64位des加密系统设计与实现 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、64位DES加密系统设计与实现摘 要数据加密技术主要通过对网络中传输的信息进行数据加密来保障其安全性,是一种主动安全的防御策略。信息技术改变着人们的生活和工作方式,与此同时,信息安全也已成为世人关注的社会问题。密码技术是信息安全的关键技术,密码算法的快速实现日益重要,本文简要介绍了DES算法的基本原理及具体实现过程,并分析了该算法的安全性,并着重对DES算法的加密过程及优缺点进行了探讨。通过对分组密码DES算法IP变换、IP逆变换、S-盒换位表的分析,找出了他们的换位规则,根据这种规则提出了对DES算法软件实现的改进方法。并结合C编程环境,介绍了DES加密程序实现的具体方法。关键词DES加密;
2、C编程程序实现;算法AbstractTheencryptionofthedatasafeguardsitssecuritymainlybyencryptingthedatatransmittedbythenetwoyrk.Thisactivedefensivedevicecanvoluntarilyoffer47considerablesafetyprotectionforinformationwithonlyalittlecost.Informationtechnologychangesourlifeandworkstyle.Atthesametime,Informationsecurity
3、hasbecomeoneofourimportantsocialproblems.Cryptotechniqueisthekeytechniqueofinformationsecurity,aquickimplementationofcryptographicalgorithmhasbecomemoreandmoreimportant.ThispaperintroducesthebasicelementsofDESarithmeticandtherealizingprocessofDESalgorithm,analyzethesecurityofDESarithmeticItfocuseson
4、thediscussionoftheencryptionprocessandtheplusesandminusesofDESalgorithm.。ThroughtheanalysisofDESalgorithm,IPcommutation,IP-1commutation,S-box,findouttheirreplacementruleandputforwardtheimprovementmethodsofDESalgorithm'ssoftwarerealizationaccordingtothiskindofrule.Theconcretemethodofprogrammingtoachi
5、eveDESencryptiontechniquebyClanguagewerediscussed.KeywordsDESencryption;Cprogrammingachievementofprogramme;目次一、引言-------------------------------------47二、DES加密算法-----------------------------(一)、DES加密算法的基本概念---------------(二)、DES加密算法基本思想-----------------(三)、DES加密算法内在特性-----------------(四)、DES加密算法的优点-
6、------------------(五)、DES加密算法加密目的------------------三、DES加密算法流程分析---------------------(一)、DES加密算法加密过程-----------------1、子密钥的产生-------------------------------------------------------2、换位操作————初始置换-------------------------3、乘积变换<1>、扩展置换---------------------------------------<2>、S-盒置换-------------------
7、-----------------------<3>、P-盒置换-----------------------------------------<4>、乘积变换函数f------------------------------------4、换位操作————末置换---------------------------5、DES加密流程图--------------------------(二)、
此文档下载收益归作者所有