RE: Regarding the IV in symertric encryption.

2006-05-11 Thread Frédéric Donnat
:[EMAIL PROTECTED] Sent: Wed 5/10/2006 6:10 PM To: openssl-users@openssl.org Cc: Subject:Re: Regarding the IV in symertric encryption. Girish Venkatachalam wrote: The IV is used only for decrypting the first block since after that the first block serves as the IV for the second

Regarding the IV in symertric encryption.

2006-05-10 Thread Wai Wu
Do the Initial Vectors on both sides have to be the same? If they have to be the same, we not only have to exchange the key, but also the IV, No? __ OpenSSL Project http://www.openssl.org User

Re: Regarding the IV in symertric encryption.

2006-05-10 Thread Michael Sierchio
Wai Wu wrote: Do the Initial Vectors on both sides have to be the same? If they have to be the same, we not only have to exchange the key, but also the IV, No? Symmetric block cipher traffic contains the IV at the beginning of the ciphertext.

Re: Regarding the IV in symertric encryption.

2006-05-10 Thread Marek Marcola
Hello, Wai Wu wrote: Do the Initial Vectors on both sides have to be the same? If they have to be the same, we not only have to exchange the key, but also the IV, No? Symmetric block cipher traffic contains the IV at the beginning of the ciphertext. IV must be known and the same on

Re: Regarding the IV in symertric encryption.

2006-05-10 Thread Girish Venkatachalam
The IV is used only for decrypting the first block since after that the first block serves as the IV for the second block and so on. To answer ur question, the IV has to be known at both sides along with the key. regards, Girish --- Wai Wu [EMAIL PROTECTED] wrote: Do the Initial Vectors

Re: Regarding the IV in symertric encryption.

2006-05-10 Thread Michael Sierchio
Girish Venkatachalam wrote: The IV is used only for decrypting the first block since after that the first block serves as the IV for the second block and so on. To answer ur question, the IV has to be known at both sides along with the key. There is no sound cryptological argument for not