agent007 wrote:Void Main wrote:
Ok, WEP is easy. I set my router to use 128 bit WEP, had it generate a few keys, set it to use the 1st key and took that key and added it to my wireless interface config in Linux so it now looks like:
Is WEP enough for security? How else can u fully secure a wireless network?
There is no way to "fully" secure any network, let alone a wireless network. :) Of course there are a few more concerns with wireless than with wired. You just want to take reasonable measures to make it as secure as you can as with any network.
Yes, WEP has been cracked long ago (enter
airsnort). It certainly shouldn't be your first choice of encryption. However, on a low utilized wireless network (like mine) someone will have to sit out in front of your house for days/weeks/months in order to collect enough packets to break your encryption. Or if you have a sneaky neighbor I suppose they could just leave airsnort run and eventually capture enough packets to break your encryption. I do have ways of detecting if people are sniffing around my airwaves though. I am waiting for someone to actually try it so I can sneak up on them and scare the bejesus out of them. :)
There are many ways to do stronger encryption. My router also does WPA encryption which is better (I don't believe there is a known crack). You can also use encrypted tunnels (VPN as florin suggested). At work we have wireless setups with stronger encrption along with key exchanges (IKE/PKE). You could also run wireless bridges between buildings with no encryption and stick VPN devices on each end to do the encryption if the encryption in your wireless devices is not sufficient. There are many ways.
You are right though, WEP is barely better than no encryption and you wouldn't believe how common "no" encryption is. Plug your wireless card and GPS unit into your Linux laptop and fire up kismet and take a drive. You would be *shocked* at the percentage of wide open wireless networks just begging you to connect to them. Chances are, if you do simple security measures like turn on WEP (at minimum), turn off broadcasting of your SSID (not by itself a good security measure) and use MAC filtering (also not by itself a good security measure) then you will be in pretty good shape. Chances are the people who get messed with are the ones who are wide open.