Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-25-2006, 09:35 PM
dilan.weerasinghe@gmail.com
Guest
 
Posts: n/a
Default WPA2 or RADIUS more secure?

Hi

I have a query on Wireless security that I was hoping someone could
help with.

Most technical journals state that for enterprises/business, WLAN
security should comprise of a RADIUS server, PEAP encryption etc. WPA2
is reserved for SOHO.

However, what is the reason for this? Is it because maintaining a
passphrase in an enterprise is too much overhead, or actually because
the AES encryption used with WPA2 is insecure.

We would like to have a Wireless network in part of our office where
there are only about 4-5 people. In this case, building a RADIUS server
for such a small amount seems overkill when we can use WPA2 *unless*
RADIUS was actually more secure.

We were thinking of a combination of WPA2, MAC address filtering and
hiding the SSID, although we realise there are relatively
straighforward ways to bypass the last two.

Would be interested to know people's thoughts.

Thanks.


Reply With Quote
  #2 (permalink)  
Old 10-26-2006, 12:29 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: WPA2 or RADIUS more secure?

On 25 Oct 2006 13:35:45 -0700, dilan.weerasinghe@gmail.com wrote:

>Most technical journals state that for enterprises/business, WLAN
>security should comprise of a RADIUS server, PEAP encryption etc. WPA2
>is reserved for SOHO.
>
>However, what is the reason for this? Is it because maintaining a
>passphrase in an enterprise is too much overhead, or actually because
>the AES encryption used with WPA2 is insecure.


The reason for specifying both WPA and RADIUS is that they serve
different purposes. WPA is encryption. RADIUS, 802.1x, etc are for
authentication. The major connection is that RADIUS authentication
delivers a one-time, unique, WPA encryption key for each session. I
other words, you don't need a common company wide WPA encryption key
for the entire network which might leak out to evil hackers like me.

>We would like to have a Wireless network in part of our office where
>there are only about 4-5 people. In this case, building a RADIUS server
>for such a small amount seems overkill when we can use WPA2 *unless*
>RADIUS was actually more secure.


Agreed. However, you can subscribe to RADIUS servers/services on the
internet.
http://radiuz.net
http://www.linksys.com/wirelessguard/
etc...
Do it thyself:
http://www.tinypeap.com

>We were thinking of a combination of WPA2, MAC address filtering and
>hiding the SSID, although we realise there are relatively
>straighforward ways to bypass the last two.


Forget the MAC address filtering, SSID hiding, DHCP scope limiting,
reduced xmit power, and other wasted efforts. You're only real
protetction is encryption. Everything else just gets in the way.

As long as you don't have to deal with visitors, vendors, and
relatives bearing laptops, PDA's, and PDAphones with Wi-Fi, WPA2-PSK
is sufficient. The danger is having the system wide WPA encryption
key leak. If that's a possibility (i.e. the bosses son is an aspiring
hacker), then I would go for the WPA2-RADIUS solution. Also, you can
now get wireless access point and routers with RADIUS builtin. Try
Zyxel G-2000 plus.

>Would be interested to know people's thoughts.


http://wireless.wikia.com/wiki/Wi-Fi#Wi-Fi_Security


>Thanks.

--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831-336-2558 jeffl@comix.santa-cruz.ca.us
# http://802.11junk.com jeffl@cruzio.com
# http://www.LearnByDestroying.com AE6KS

Reply With Quote
  #3 (permalink)  
Old 10-26-2006, 04:33 PM
dilan.weerasinghe@gmail.com
Guest
 
Posts: n/a
Default Re: WPA2 or RADIUS more secure?



On Oct 26, 12:29 am, Jeff Liebermann <j...@comix.santa-cruz.ca.us>
wrote:
> On 25 Oct 2006 13:35:45 -0700, dilan.weerasin...@gmail.com wrote:
>
> >Most technical journals state that for enterprises/business, WLAN
> >security should comprise of a RADIUS server, PEAP encryption etc. WPA2
> >is reserved for SOHO.

>
> >However, what is the reason for this? Is it because maintaining a
> >passphrase in an enterprise is too much overhead, or actually because
> >the AES encryption used with WPA2 is insecure.The reason for specifying both WPA and RADIUS is that they serve

> different purposes. WPA is encryption. RADIUS, 802.1x, etc are for
> authentication. The major connection is that RADIUS authentication
> delivers a one-time, unique, WPA encryption key for each session. I
> other words, you don't need a common company wide WPA encryption key
> for the entire network which might leak out to evil hackers like me.
>
> >We would like to have a Wireless network in part of our office where
> >there are only about 4-5 people. In this case, building a RADIUS server
> >for such a small amount seems overkill when we can use WPA2 *unless*
> >RADIUS was actually more secure.Agreed. However, you can subscribe to RADIUS servers/services on the

> internet.
> http://radiuz.net
> http://www.linksys.com/wirelessguard/
> etc...
> Do it thyself:
> http://www.tinypeap.com
>
> >We were thinking of a combination of WPA2, MAC address filtering and
> >hiding the SSID, although we realise there are relatively
> >straighforward ways to bypass the last two.Forget the MAC address filtering, SSID hiding, DHCP scope limiting,

> reduced xmit power, and other wasted efforts. You're only real
> protetction is encryption. Everything else just gets in the way.
>
> As long as you don't have to deal with visitors, vendors, and
> relatives bearing laptops, PDA's, and PDAphones with Wi-Fi, WPA2-PSK
> is sufficient. The danger is having the system wide WPA encryption
> key leak. If that's a possibility (i.e. the bosses son is an aspiring
> hacker), then I would go for the WPA2-RADIUS solution. Also, you can
> now get wireless access point and routers with RADIUS builtin. Try
> Zyxel G-2000 plus.
>
> >Would be interested to know people's thoughts. http://wireless.wikia.com/wiki/Wi-Fi#Wi-Fi_Security

>
> >Thanks.--

> # Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
> # 831-336-2558 j...@comix.santa-cruz.ca.us
> #http://802.11junk.com j...@cruzio.com
> #http://www.LearnByDestroying.com AE6KS


Thanks Jeff.

Since the wireless LAN would only be for the use of a couple of people,
I see no reason why the PSK should leave the IT department, so I think
WPA2-PSK will
be our method.


Reply With Quote
  #4 (permalink)  
Old 10-26-2006, 06:53 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: WPA2 or RADIUS more secure?

dilan.weerasinghe@gmail.com hath wroth:

>Since the wireless LAN would only be for the use of a couple of people,
>I see no reason why the PSK should leave the IT department, so I think
>WPA2-PSK will
>be our method.


That should be fine if you have control over the various desktops,
laptops and PDA's. The problem is that the saved WPA key can be
easily extracted from the Windoze registry:
http://www.wirelessdefence.org/Conte..._WinWzcook.htm

--
Jeff Liebermann jeffl@comix.santa-cruz.ca.us
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBUX02178 SSRT061267 rev.1 - HP-UX Secure Shell Remote Denial of Service (DoS) Security Alert comp.security.misc 0 12-05-2006 07:44 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 10-19-2005 05:37 AM
Google "Secure Access" FAQ + Download link frankdowling1@yahoo.com alt.internet.wireless 11 09-23-2005 09:22 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 08-30-2005 05:26 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 05:25 AM


All times are GMT. The time now is 06:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45