Re: Varying Ciphertext
- From: Dane Smith <dasmith6@xxxxxxxxxxxxxxx>
- Date: Thu, 08 Mar 2007 17:17:13 -0500
Sebastian Gottschalk wrote:
Dane Smith wrote:
Just out of my own curiosity, how do people feel about a block cipher
which encrypts the same message using the same key to any one of many
possible ciphertexts. I'm not entirely sure this has ever been done to
any great length, though, it is quite possible I have missed something.
Does anyone believe that it is even necessarily possible?
It's called and IV (initialization vector) and is supposed to protect
against exactly your scenario: "Hey, that's the same ciphertext. It must
have been the same plaintext encrypted with he same key."
But, assuming you have the same IV, then you still have the same output.
IV's are normally associated with CBC mode in block ciphers, assuming Im
not mistaken. What I am trying to describe is something that with the
same exact input, key, IV, plaintext, would still be able to vary in output.
Dane
.
- Follow-Ups:
- Re: Varying Ciphertext
- From: arsonperbuilding@xxxxxxxxx
- Re: Varying Ciphertext
- From: Dane Smith
- Re: Varying Ciphertext
- References:
- Varying Ciphertext
- From: Dane Smith
- Varying Ciphertext
- Prev by Date: Re: JSH: Good news!
- Next by Date: Re: Varying Ciphertext
- Previous by thread: Varying Ciphertext
- Next by thread: Re: Varying Ciphertext
- Index(es):
Relevant Pages
|