hash函数设计.doc

约50页DOC格式手机打开展开

hash函数设计,4.1万字49页 有设计程序代码摘 要为了抵御新的密码攻击手段,美国国家标准与技术研究所(nist)在2002年5月26日建立了新的高级数据加密标准(aes)规范,它代替了des,成为新的数据加密标准。本课题设计目标就是:应用密码学技术,使计算机网络中的通信更为安全。具体来说分两部分:第一,应用aes算法对通信内容进行...
编号:10-4536大小:531.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 space 发布

4.1万字 49页 有设计程序代码
摘 要
为了抵御新的密码攻击手段,美国国家标准与技术研究所(NIST)在2002年5月26日建立了新的高级数据加密标准(AES)规范,它代替了DES,成为新的数据加密标准。本课题设计目标就是:应用密码学技术,使计算机网络中的通信更为安全。具体来说分两部分:第一,应用AES算法对通信内容进行加密,使接收方可以利用公用密钥对密文进行解密。第二,利用HASH函数验证传输的内容有没有被篡改。通过AES算法的应用,可以对通信数据进行加密解密,从而提高信息传输的安全性;通过HASH函数的应用,可以进一步验证传输内容的可靠性,从而避免在传输过程中可能发生的伪造和欺骗问题。经过计算与测试这种新的hash函数具有很好的散列性、混乱与扩散特性和抗冲突性,能有效的抵御差分密码分析和线性密码分析,且具有很快的执行速度。

关键词:数据加密标准;高级加密标准;安全散列算法;Winsock通信;单向函数

目 录
第一章 绪论
第二章 密码学概述
第三章 基于AES算法的HASH函数的设计
3.1 基于AES算法的HASH函数的构造
3.1.1 AES加密/解密原理图
3.1.2 构造哈希函数的算法和原理图
3.2 基于AES算法的HASH函数的程序设计
3.2.1 Visual C++与VC6.0
3.2.2 HASH函数的程序设计
3.2.3 加密解密测试
3.3 HASH函数的各项性能分析
3.3.1 散列性
3.3.2 混乱和扩散特性
3.3.3 抗冲突性
3.3.4 执行速度
第四章 基于AES算法的HASH函数的应用
4.1 Winsock简介
4.2 客户机/服务器模式
4.3 用Winsock通信实现HASH函数的传输
4.3.1服务器端操作 socket(套接字)
4.3.2客户端Socket的操作
4.3.3数据的传输
结束语
致 谢
参考文献
附 录
























































ABSTRACT
Abstract: Along with the password attack method unceasing renewal, the computation ability unceasing enhancement as well as to the operating speed request, the tradition disperses row algorithm MD5, SHA has demonstrated their shortcoming and the insufficiency day by day, and the
structure of hash function is mostly based on block cipher algorithm DES, but the HASH function security is established above the grouping function security, because the DES operand is very big, the operating speed very slowly by and its itself some characteristics (weak key), therefore disperses a row function based on the DES algorithm to have potential unsecurity. In order to enhance the Hash function performance, this article structure one kind based on the AES HASH function, this HASH function has dispersed a row result the length is 256 bits, may the very good defense exhaustion attack. After calculates and tests this kind of new HASH function to have very good disperses a row nature, is chaotic and the diffusion properties and the anti- conflict, can the effective resistance difference cryptanalysis and the linear cryptanalysis, also has very quickly speed.
Key words: Data encryption standard; Advanced encryption standard;Rijndael; The security disperses a row algorithm; Winsockc orrespondence; Unidirectional function