WEP and WPA question

Tash

Senior member
Apr 20, 2001
552
0
0
What is the difference between WEP and WPA? should I use both?

with WEP 64, how many hex digits should a key be.
with WEP 128, how many?

should I use 'static' or 'dynamic'?

what's the difference?
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
128 bit HEX WEP code has 26 characters


in terms of stic or dynamic, I would think you were refering to the IP distribution. For the sake of a little more security, you can

1) use static addressing to prevent intruders from isntantly getting an IP and defining your subnet.

2) use VLSM or just unique subnetting to throw intruders off.


for example, use static class C IPs with the subnet mask of 255.255.255.192 :evil:
 

Boscoh

Senior member
Jan 23, 2002
501
0
0
There are two different flavors of WPA for home use: WPA-TKIP, and WPA-AES.

WEP and WPA-TKIP both use the RC4 encryption algorithm...the same algorithm used in SSL. The primary difference between the two is that WPA increases the IV from 24 bits to 48 bits. This solves the weak key problem in WEP and makes the key orders of magnitude harder to crack. TKIP also introduces dynamic rekeying, solving the static key problem with WEP. In WEP, the key never changed unless you walked to each device and changed it. In TKIP, subkeys are deduced from the key you input, and these change at certain intervals. This makes it even harder to crack the key.

WPA-AES uses a completely different form of encryption, AES. AES is becoming the successor to 3DES, and is already the standard method of encryption for the US Government. The NSA says it's a secure enough cipher. AES has dynamic rekeying natively built into it. AES is also hardware optimized. If your hardware can do AES, then you'll likely see better performance over WPA-TKIP. AES is eventually going to become the WPA standard. TKIP was just intended as a stop-gap until hardware vendors can place the processors needed to do AES into their products. Not every access-point can do AES because some lack the processing power to handle the mathematical operations.

Hope this helps you understand the difference.
 

Tash

Senior member
Apr 20, 2001
552
0
0
That does help. I didn't know anything about this stuff. How come you only enter 26 hex characters for 128 bit? 26x4= 104
 

Aves

Lifer
Feb 7, 2001
12,232
30
101
Originally posted by: Tash
That does help. I didn't know anything about this stuff. How come you only enter 26 hex characters for 128 bit? 26x4= 104

The actual secret key is 104-bits and the Initialization Vector is 24-bits.

It's the same with 64-bit, 40+24.