文档介绍:基于 DES 和 RSA 算法的数据加密传输系统的设计和实现 中文摘要
基于 DES 和 RSA 算法的
数据加密传输系统的设计和实现
中文摘要
网络安全是信息安全中的重要研究内容之一,也是当前信息安全领域中的研
究热点。保护网络系统中的数据不受偶然或恶意原因而遭到破坏、更改、泄露,
是网络安全的主要内容之一。目前比较实用的方法是对网络中传输的数据进行加
密,而数据加密要依赖于成熟的数据加密算法。
DES 和 RSA 是两种应用非常广泛和成熟的数据加密算法。本文通过对 DES
和 RSA 加密技术进行分析,在 VC++平台上设计实现了网络数据加解密系统。
即建立一个安全的数据传输系统,包括信息交换格式、交换协议和加解密算法,
从而保证网络数据的安全传输。
系统的整体设计建立于现在流行的分布式系统的基础上,即保证各个 Agent
与中央控制器进行安全数据传输,具有良好的可操作性,能够适用于不同的应
用环境。和传统的一些平台相比,VC++平台能够使系统具有较高的效率和可用
性。在系统的具体实现上,充分利用了 VC++平台的特点与优势,大大提高了
系统的的可靠性。
关键字: DES,RSA,数据加密,分布式系统
作 者:朱作付
指导老师:徐汀荣
I
Abstract The Design and implementation of Data Encryption Transmission SystemBased on DES and RSA Algorithm
The Design and Implementation of Data Encryption
Transmission System Based on DES and RSA Algorithm
Abstract
The security of network is one of the important study content of the security of
information , it is the research hotpot of the information security domain. The
security of data is mostly content of the network’s security. At present the quite
practical method is the data which transmits to the network in carries on the
encryption, but the data encryption must rely on the mature data encryption
algorithm.
DES and RSA are two kind of applications extremely widespread and the mature
data encryption algorithm. This article through carries on the analysis to DES and
the RSA encryption technology, designed in the VC++ platform realizes the networ