crypto-11课件.ppt

  1. 1、本文档共36页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
crypto-11课件

现代密码学理论与实践-11 Cryptography and Network Security Chapter 11 Message Authentication and Hash Functions Fourth Edition by William Stallings 本章要点 消息认证是用来验证消息完整性的一种机制或服务。消息认证确保收到的数据确实就与发送时的一样(即没有修改、插入、删除或重放),且发送方声称的身份是真实有效的。 对称密码在那些相互共享密钥的用户间提供认证。用消息发送方的私钥加密消息也可提供一种形式的认证。 用于消息认证的最常见的密码技术是消息认证码(MAC)和安全散列(hash)函数。 MAC是一种需要使用秘密密钥的算法,以可变长的消息和秘密密钥作为输入,产生一个认证码。拥有秘密密钥的接收方产生一个认证码来验证消息的完整性。 散列函数将可变长度的消息映射为固定长度的散列值,或叫消息摘要。对于消息认证码,安全散列函数必须以某种方式和秘密密钥捆绑起来。 报文鉴别 Message Authentication Message authentication is concerned with: protecting the integrity of a message validating identity of originator non-repudiation of origin (dispute resolution) Will consider the security requirements Then three alternative functions used: message encryption message authentication code (MAC) hash function 11.1 Authentication Requirements Disclosure 泄露 Traffic analysis 通信量分析 Masquerade 伪装 Content modification 内容篡改 Sequence modification 序号篡改 Timing modification 计时篡改 Source repudiation 信源抵赖 Destination repudiation 信宿抵赖 11.2 Authentication Functions 11.2.1 Message Encryption message encryption by itself also provides a measure of authentication if symmetric encryption is used then: receiver know sender must have created it since only sender and receiver have key used know content cannot be altered , message has suitable structure, redundancy or a checksum to detect any changes If public-key encryption is used Encryption provides no confidence of sender since anyone potentially knows public-key However if sender signs message using their private-key, then encrypts with recipients public key have both secrecy and authentication Again need to recognize corrupted messages But at cost of two public-key uses on message Solve ciphertext decrypts to intelligible plaintext problem Force plaintext to have some structure —error-detecting code as FCS FCS and encryption order is critical 11.2.2 消息认证码MAC Message Authentication Codes 使用密钥产生短小的定长数据分组,即所谓的密码检验MAC,将它附加在报文中。通信双方A和B共享密钥K,报文从A发往B,A计算MAC=CK(M), 附在报文后发给B。B对

文档评论(0)

gm8099 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档