1 / 68
文档名称:

毕业设计(论文)-网络安全(SSL协议)记录协议的实现.doc

格式:doc   页数:68
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-网络安全(SSL协议)记录协议的实现.doc

上传人:3346389411 2013/4/1 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-网络安全(SSL协议)记录协议的实现.doc

文档介绍

文档介绍:网络安全(SSL协议)记录协议的实现
摘要:
目前,的迅速发展,信息安全引起了越来越多人的注意。特别是近年来电子商务、电子政务发展,如何保证传输数据的保密性、完整性已成为急需解决的问题。安全套接字层协议(Security Socket Layer Protocol, 简称SSL)上进行保密通信的一个安全协议,它的使用,保证了网上信息传输的保密性和完整性。SSL中的记录层协议是负责封装待传输的数据的,对数据进行压缩、加密和解密,并加入MD5验证吗,以确保数据在传输过程中的安全。要实现记录层协议,需要密码学基础知识,并对SSL协议的结构、原理和其中的其他组成协议一定了解。另外,记录层协议并不是可以直接运行的程序,为此,要真正实现它,就需要将其集成到一个可以在网络间传输数据的软件,以验证记录层协议的各项功能。
关键字:安全套接字层协议记录层协议密码学基础知识
Network Security (SSL Protocol) Record Protocol Realization
Abstract:
At present, along with rapid development, the information security has brought to the more and more people's attention. Especially in recent years merce and the electronic government affairs developed, how guaranteed the secrecy and the integrity of the transmission data have e the question which urgent need to be solved. Security Socket Layer Protocol (Is called SSL) is a security protocol which realizes the munication on , with it has guaranteed the intelligence transmission secrecy and the integrity on . In the SSL record protocol is responsible to pack the deferent data, carries on pression, the encryption and the decipher to the data, and appends the MD5 confirmation
to guarantee the data security in the transmission process. Implement the SSL record protocol, needs the cryptology elementary knowledge, and understands the structure, the principle and position protocol of SSL. Moreover, The SSL record protocol is not a procedure which may run directly, therefore, needs to integrate it to software which may transmit data in work, for confirming the each function of SSL record protocol.
Keywords: Security Socket Layer Protocol, SSL record protocol, the cryptology elementary knowledge
目录
绪论..........................................................................................................................................5
课题背景..................................................................................................................................5
国内外概况..........................................