Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 CBC 模式下使用 AES 块密码来加密数据。我对使用可与 CBC 块密码一起使用的适当纠错码进行数据检索感到困惑?谁能帮我?
您应该使用 AES CMAC(不同于 AES MAC)来提供消息的完整性保护和身份验证。为此,您应该使用不同的密钥。AES-CMAC 应在加密消息上计算。