跳到主要内容

7. Message Authentication Schemes (消息认证方案)

消息认证方案 (message authentication scheme) 由 MAC (消息认证码, Message Authentication Code) 生成操作和 MAC 验证操作组成, 其中 MAC 生成操作在密钥下从消息产生 MAC, MAC 验证操作在相同密钥下验证消息认证码。在基于密码的消息认证方案 (password-based message authentication scheme) 中, 密钥是密码。

本节指定了一个方案: PBMAC1。