文档介绍:源程序代码等全套设计联系QQ 695132052 各专业都有
分类号: U D C:D10621-408-(2007)5787-0
密级:公开编号:2002212076
成都信息工程学院
学位论文
DES算法的可视化程序的实现
论文作者姓名:
田大勇
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
刘永红(副教授)
论文提交日期:
2007年6月 1 日
DES算法的可视化程序的实现
摘要
本毕业设计研究的是DES算法实现及应用。选择该课题的意义在于:为了防止信息不被非法访问或窃取,实现达到该目的功能软件。DES算法是对称的加密算法,具有速度快,执行效率高等优点,,加密演示,。加密演示模块提供了对DES算法的加解密演示功能。文本文件加密模块提供了对文本文件加密并保存密文的功能。整个设计采用JAVA语言实现,DES类提供了两个接口,一个加密接口和一个解密接口,对其进行了封装,以便在其他场合可以提供加解密功能。整个应用程序设计的各个功能模块的执行依靠事件驱动,根据不同的事件原因及事件类型执行不同的功能模块。在保密通信应用中采用了多线程技术,服务器端和客户端集成到同一个面板上,各对端在发送消息时先对消息进行加密,发送线程负责处理加密消息的发送,接收线程负责处理加密消息的解密和显示。本文是针对DES算法实现及其应用所做的工作,主要描述DES算法实现原理和方法,应用场合示例演示,实现方式和方法以及在此过程中运用到的计算机知识。并通过所编写的程序实现了本文的描述。
关键词:DES;保密通信;多线程
The Implementation of Visible Software about DES Algorithm
Abstract
The research work of this dissertation is the implementation of software about DES algorithm and its application. The meaning of this dissertation is based on: In order to prevent confidential information being illegally accessed or stolen find some ways to build software which function can reach described before. DES algorithm is one kind of symmetrical encryption algorithm, having highly speed, greatly execution efficiency. It's the result of IBM’s research work. This design implements the algorithm and integrates three modules, which is munication Encrypting demonstration, text encrypting .The module of munication provides a sample of C/S municate case. The module of encrypting demonstrate displays how to the DES works. The module of text encrypting implements the function of encrypting toward text and can save the cipher to a designated file. This design is coded by JAVA language. I declare a class which named des,and this class has two interfaces for the outside user, one used to encrypt, another decrypt. The two interfaces are encapsulated in the des class, in order to use for other occasions discretely. In this system, I use multi