= Message Authenticator Algorithm
{wiki=Message_Authenticator_Algorithm}
The Message Authentication Code (MAC) is a cryptographic technique that ensures the integrity and authenticity of a message. A Message Authentication Code is a short piece of information used to authenticate a message and confirm its integrity. Essentially, it helps to verify that a message has not been altered during transmission and that it comes from a legitimate sender. \#\#\# Key Features of MAC: 1. **Integrity**: Ensures that the message has not been altered in transit.
Back to article page