Multiple choice Which of the following statements is false about Message Authentication Code (MAC)? MAC uses an algorithm that creates a small fixed-sized block. It uses both secret key as well as public key to generate a small fixed-size block of data. It provides assurance that message is unaltered and comes from sender. MAC algorithm need not be reversible. MAC does not work like a digital signature. Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is false at it only uses a secret key for that and not any public key.