Re: security risk of IV in plaintext CBC mode



On Mon, 12 Feb 2007 20:31:01 +1100, "kornduff" <kornduff@xxxxxxxxxx>
wrote:

Is there a security risk to transmitting the Initialization Vector in plain
text along with the message in CBC mode? My lecturer says no, but i cant
understand why?

Thanks in advance.
If an attacker can change the IV in transit then she can affect the
decryption of the first cyphertext block. How important is an
uncorrupted decryption of the first block of plaintext to you?

Using a MAC to authenticate the message would detect the corrupted
first block.

rossum

.