CBC-MAC

CBC-MAC

CBC-MAC is a technique for constructing a message authentication code (MAC) from a block cipher. It involves encrypting the message in CBC mode and keeping the last block as the MAC. It ensures that any change to the plaintext will cause the final encrypted block to change unpredictably without knowing the key. It is used to construct a pseudorandom function family and as a component of the CCM mode.

2 courses cover this concept

CS 255: Introduction to Cryptography

Stanford University

Winter 2023

This course offers an introduction to cryptographic techniques used in computer security, covering encryption, message integrity, digital signatures, key management, and more. It is suitable for advanced undergraduates and masters students with some proof techniques and programming experience.

No concepts data

+ 55 more concepts

CSCI 1515 Applied Cryptography

Brown University

Spring 2023

Applied Cryptography at Brown University offers a practical take on securing systems. By learning foundational cryptographic algorithms and advanced topics like zero-knowledge proofs and post-quantum cryptography, students gain both theoretical insights and hands-on experience in implementing cryptosystems using C++ and crypto libraries. Label: State-of-art concepts.

No concepts data

+ 63 more concepts