Message Authentication Code (MAC) - Message Integrity Code (MIC)
- used to ensure:
- message authentication - the message came from the stated sender
- message integrity - the message has not been changed
related: MIC
Ways Generating MACs/MICs
- MAC/MIC - uses a symmetric-key function with a cycled mode of operation
- Hash-Based MAC (HMAC) - uses a keyed hash function