Re: WEP: 64 bit or 128 bit?
From: Shill (devnull@example.com)
Date: 03/13/03
- Next message: Shill: "Re: WEP: 64 bit or 128 bit?"
- Previous message: Tao Zhang: "Re: Hash code with virtual memory address then encrypt, possible to attack?"
- In reply to: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Next in thread: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Reply: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Shill <devnull@example.com> Date: Thu, 13 Mar 2003 23:54:41 +0100
>> The key recovery attack [1] works regardless of the size of the IV.
>> Moreover, "the passive ciphertext-only attack on this mode can
>> recover an arbitrarily long key in a negligible amount of time
>> which grows only linearly with its size, both for 24 and 128 bit IV
>> modifiers".
>>
>> In other words, if an attacker needs N packets to recover a
>> "64-bit" WEP key (5-byte secret key) then he would only need, on
>> average, 2.6*N packets to recover a "128-bit WEP" key (13-byte
>> secret key).
>
> Ummm, where did you come up with "2.6*N packets"? To the best of my
> knowledge, the number of packets required is essentially independent
> of key length. The amount of computation required increases as the
> number of key bits does increase (as the attack recovers individual
> key bytes is sequence). However, the attacker can reuse the same
> packet capture to attack the next key byte, and so he doesn't need to
> capture anything fresh.
My bad. I misunderstood this sentence from your paper: "the passive
ciphertext-only attack on this mode can recover an arbitrarily long key
in a negligible amount of time which grows only linearly with its size,
both for 24 and 128 bit IV modifiers".
The time needed to recover the key is O(n) with n the size of the secret
key, but the number of packets needed is O(1) because if an IV leads to
the resolved condition, then it can be reused to guess subsequent key
bytes. Is that correct?
I was wondering, did you see this post of mine:
http://groups.google.com/groups?selm=b23g5t$2e5a$1@norfair.nerim.net&output=gplain
- Next message: Shill: "Re: WEP: 64 bit or 128 bit?"
- Previous message: Tao Zhang: "Re: Hash code with virtual memory address then encrypt, possible to attack?"
- In reply to: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Next in thread: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Reply: Scott Fluhrer: "Re: WEP: 64 bit or 128 bit?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|