Hot answers tagged integrity
9
I'll assumme All ciphered blocks means the same as ciphertext for CBC-Encryption with implicit zero IV, while CBC-MAC is the last block of that.
All ciphered blocks is unsafe as a message authenticator for messages longer than one block, for it succumbs to a trivial attack (here with two blocks):
Eve intercepts message $M=M_0||M_1$ and its authenticator ...
Only top voted, non community-wiki answers of a minimum length are eligible