The correct answer is Authentication.
Key Points
- MAC stands for message authentication code.
- A message authentication code is an authentication tag (also called a checksum) derived by application of an authentication scheme, together with a secret key, to a message.
- MACs can be categorized as -
- Unconditionally secure
- Hash function-based
- Stream cipher based
- Block cipher based



