Re: AES-CTR Re-encrypting the same text with different IV.
From: Tom St Denis (tomstdenis_at_gmail.com)
Date: 05/20/05
- Next message: Jean-Luc Cooke: "Re: Determine size of keyspace for RSA keys"
- Previous message: Gareth: "Re: Determine the keyspace for RSA keys"
- In reply to: Skybuck Flying: "AES-CTR Re-encrypting the same text with different IV."
- Next in thread: Skybuck Flying: "Re: AES-CTR Re-encrypting the same text with different IV."
- Reply: Skybuck Flying: "Re: AES-CTR Re-encrypting the same text with different IV."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 20 May 2005 12:10:35 -0700
Skybuck Flying wrote:
> Like so:
>
> C0 = AES(Key,IV+0) xor P0
> C1 = AES(Key,IV+1) xor P0
> C2 = AES(Key,IV+2) xor P0
> Cn = AES(Key,IV+n) xor P0
That's called a known plaintext attack. And CTR reduces to the
security of the cipher under known plaintext attacks.
Tom
- Next message: Jean-Luc Cooke: "Re: Determine size of keyspace for RSA keys"
- Previous message: Gareth: "Re: Determine the keyspace for RSA keys"
- In reply to: Skybuck Flying: "AES-CTR Re-encrypting the same text with different IV."
- Next in thread: Skybuck Flying: "Re: AES-CTR Re-encrypting the same text with different IV."
- Reply: Skybuck Flying: "Re: AES-CTR Re-encrypting the same text with different IV."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|