- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
§4.5 SHA与MD4和MD5的比较 MD4 SHA MD5 Hash值 128bit 160bit 128bit 分组处理长 512bit 512bit 512bit 基本字长 32bit 32bit 32bit 步数 48(3*16) 80(4*20) 64(4*16) 消息长 ≤2^64bit 2^64bit 不限 基本逻辑函数 3 3(第2,4轮相同) 4 常数个数 3 4 64 速度 约为MD4的3/4 约为MD4的1/7 第5章密码应用 §5.1机密性保护 密码体制类型(对称算法、非对称算法) 算法选择(对称算法、非对称算法) 工作模式(选择字段与流加密) 填充需求 初始化要求 同步要求 密钥管理过程 §5.2完整性保护 封装和签名 加密 序列完整性 §5.3抗抵赖服务 起源否认 传递否认 数字签名算法(发起者、可信第三方) 安全时戳 §5.5 PKI中的密码应用 公钥体制 签名算法 完整性保护算法 §5.6 VPN中密码应用 公钥体制 传输加密 完整性 源认证 第6章密钥交换与管理 §6.1密钥产生 密钥选择(强、弱) 随机密钥产生 ANSI X9.17密钥产生 RSA密钥产生 §6.2密钥传输 简单密钥人工传输 分布网络密钥分发 密钥验证 密钥加密密钥与数据密钥 §6.3密钥使用 软件加密使用 硬件加密使用 使用控制 §6.4密钥更新 密钥更新(从旧的产生新的) 使用单向函数 §6.5密钥存储 个人密钥存储管理 磁卡 ROM 生物特征 §6.6密钥备份 个人备份 组织备份 CA §6.7泄密、密钥期限和密钥销毁 密钥泄露(技术因素和非技术因素)需要处理程序支持 密钥有限期 销毁密钥 §6.8 密钥交换 Diffie-Hellman算法 IKE … §7密码分析与密码攻击 唯密文攻击 已知明文攻击 选择明文攻击 自适应选择明文攻击 选择密文攻击 选择密钥攻击 软磨硬泡(Rubber-hose)攻击 In CBC encryption, the first input block is formed by exclusive-ORing the first block of the plaintext with the IV. The forward cipher function is applied to the first input block,and the resulting output block is the first block of the ciphertext. This output block is also exclusive-ORed with the second plaintext data block to produce the second input block, and the forward cipher function is applied to produce the second output block. This output block, which is the second ciphertext block, is exclusive-ORed with the next plaintext block to form the next input block. Each successive plaintext block is exclusive-ORed with the previous output/ciphertext block to produce the new input block. The forward cipher function is applied to each input block to produce the ciphertext block. Cipher Feedback (CFB) mode The Cipher Feedback (CFB) mode is a confidentiality mode that features the feedback of successive ciphertext segments into the input blocks of the forward cipher to generate output blocks that are exclusive-ORed with the plaintext to produce the ciphertext, and vice versa. The CFB mode requires an IV as the in
文档评论(0)