[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Size of IV field in DES-CBC mode



>4 bytes will do, but for CBC mode, some sort of expansion (e.g. CRC-32) to
>64 bits would be nice just to make sure.

Or perhaps just repeating the 4 bytes to make 8? It's sufficient to ensure
that the XOR of the IV and the first block of plaintext always differs
in at least one bit.

Phil


References: