欢迎来到天天文库
浏览记录
ID:5686048
大小:443.50 KB
页数:32页
时间:2017-12-22
《des算法的可视化程序的实现—毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)DES算法的可视化程序的实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:DES算法的可视化程序的实现摘要本毕业设计研究的是DES算法实现及应用。选择该课题的意义在于:为了防止信息不被非法访问或窃取,实现达到该目的功能软件。DES算法是对称的加密算法,具有速度快,执行效率高等优点,它是由IBM公司研制的一种加密算法.本设计实现了该算法并且集成了保密通信,加密演示,文本文件加密三大功能模块.保密通信模块提供了一个基于C/S结构的保密通信示例。加密演示模块提供了对DES算法的
2、加解密演示功能。文本文件加密模块提供了对文本文件加密并保存密文的功能。整个设计采用JAVA语言实现,DES类提供了两个接口,一个加密接口和一个解密接口,对其进行了封装,以便在其他场合可以提供加解密功能。整个应用程序设计的各个功能模块的执行依靠事件驱动,根据不同的事件原因及事件类型执行不同的功能模块。在保密通信应用中采用了多线程技术,服务器端和客户端集成到同一个面板上,各对端在发送消息时先对消息进行加密,发送线程负责处理加密消息的发送,接收线程负责处理加密消息的解密和显示。本文是针对DES算法实现及其应用所做的工作,主要
3、描述DES算法实现原理和方法,应用场合示例演示,实现方式和方法以及在此过程中运用到的计算机知识。并通过所编写的程序实现了本文的描述。关键词:DES;保密通信;多线程TheImplementationofVisibleSoftwareaboutDESAlgorithmAbstractTheresearchworkofthisdissertationistheimplementationofsoftwareaboutDESalgorithmanditsapplication.Themeaningofthisdisserta
4、tionisbasedon:Inordertopreventconfidentialinformationbeingillegallyaccessedorstolenfindsomewaystobuildsoftwarewhichfunctioncanreachdescribedbefore.DESalgorithmisonekindofsymmetricalencryptionalgorithm,havinghighlyspeed,greatlyexecutionefficiency.It'stheresultofI
5、BM’sresearchwork.Thisdesignimplementsthealgorithmandintegratesthreemodules,whichisprivatecommunicationEncryptingdemonstration,textencrypting.ThemoduleofprivatecommunicationprovidesasampleofC/Sbasedcommunicatecase.ThemoduleofencryptingdemonstratedisplayshowtotheD
6、ESworks.Themoduleoftextencryptingimplementsthefunctionofencryptingtowardtextandcansavetheciphertoadesignatedfile.ThisdesigniscodedbyJAVAlanguage.Ideclareaclasswhichnameddes,andthisclasshastwointerfacesfortheoutsideuser,oneusedtoencrypt,anotherdecrypt.Thetwointer
7、facesareencapsulatedinthedesclass,inordertouseforotheroccasionsdiscretely.Inthissystem,Iusemultithreadtechnology.Theserversideandclientsideareintegratedonapanel,whensendmessage,eachpeerfirstlyencryptsthismessage,thesendingthread’sresponsibilityistosendtheencrypt
8、edmessage,thereceivingthread’sresponsibilityistoreceivemessageanddecryptthemessageandthendisplaytotheenduser!Thisdissertationimplementsthedescribedabove,brieflydiscus
此文档下载收益归作者所有