
消息认证码
beebeeyoung
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
消息认证码 EMAC
“ISO/IEC 9797-1:2011 Information technology — Security techniques — Message Authentication Codes (MACs) — Part 1: Mechanisms using a block cipher” --iso 参考链接: https://www.iso.org...原创 2020-04-24 23:27:54 · 877 阅读 · 0 评论 -
消息认证码 HMAC
“The Keyed-Hash Message Authentication Code” --nist 参考链接:https://csrc.nist.gov/csrc/media/publications/fips/198/archive/2002-03-06/documents/fips-198a.pdf HMAC规范: 流程表: 流程图: openssl实现: /* ...原创 2020-04-22 23:39:05 · 639 阅读 · 0 评论 -
消息认证码 CMAC
来源于nist的标准 “Recommendation for Block Cipher Modes of Operation: The CMAC Mode for Authentication” --nist 参考链接:https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38b.pdf 基于分组密码cbc模式...原创 2020-04-22 22:14:02 · 3831 阅读 · 0 评论