文档介绍:本科毕业设计
(2011届)
题目
安全网络即时通信软件的设计与实现
学院
专业
班级
学号
学生姓名
指导教师
完成日期
2011年6月
诚信承诺
我谨在此承诺:本人所写的毕业论文《安全网络即时通信软件的设计与实现》均系本人独立完成,没有抄袭行为,凡涉及其他作者的观点和材料,均作了注释,若有不实,后果由本人承担。
承诺人(签名):
年月日
摘要
随着计算机网络技术突飞猛进的发展,即时通信已成为目前互联网上最为流行的通信方式,深受广大网民的喜爱。无论是国内的腾讯QQ还是微软的MSN Messenger,都拥有相当大的用户群。即时通信软件给人们带来了极大的便利,使人们可以随时随地地和亲朋好友进行在线交流和沟通,它拉近了人与人之间的距离,丰富了人们的精神生活,正逐渐成为人们生活和工作中不可或缺的一部分。
虽然即时通信软件层出不穷,但是大部分免费的即时通信软件都缺少数据加密功能,存在着不容忽视的网络安全隐患。本课题将利用现有的网络通信技术、数据库技术和信息安全技术,设计并实现一个新的安全网络即时通信系统。它在原有的即时通信系统的基础上,使用DES加密算法对通信内容进行加密和解密,保证了数据通信的及时性和安全性,为人们提供了更加安全可靠的即时通信平台。
本系统采用三层C/S和P2P通信模型混合结构设计系统构架,开发环境下,使用C#语言进行开发,数据库采用了SQL Server 2000。该即时通信软件具备的主要功能包括用户帐号申请、用户登录、添加好友、文字聊天、文件传输等。本系统使用便捷,用户界面很有人性化,安全保密设置齐全,具有一定的使用价值。
关键词:即时通信、信息安全、DES算法、便捷
ABSTRACT
Along with the fast development of working technology, munication has e the most munication means on the , and it is favored by the majority of users. Whether domestic tencent QQ or Microsoft's MSN Messenger, has considerable user group. munication software has brought people great convenience that people municate with relatives and friends online whenever and wherever possible. It cuts down the distance between people and people and enrich people's spiritual life, and it is ing an indispensable part of people’s life and work.
Although munication software emerges endlessly, but most free munication software lacks data encryption functions, so that it exists working danger hidden which can’t be ignored. This subject will use the munication technology, database technology and information security technology to design and implement a new working munication system. Basing itself on the old munication system, it uses DES encryption algorithm to encrypt and decrypt munication content, to ensure timeliness and security of the munication, so that it provides people with a more secure and reliable munication platform.
The system uses the three-layer C/S and munication posite structure to design system architecture, and use C # language to develo