The Subaru SVX World Network   SVX Network Forums
Live Chat!
SVX or Subaru Links
Old Lockers
Photo Post
How-To Documents
Message Archive
SVX Shop Search
IRC users:

Go Back   The Subaru SVX World Network > SVX Main Forums > Not Exactly SVX
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #16  
Old 04-28-2004, 12:32 PM
deruvian
Guest
 
Posts: n/a
Quote:
Originally posted by b3lha


Are you absolutely sure about this?

The WEP standard is a 40bit implementation of the RC4 encryption algorithm (although they call it 64bit). There is no doubt that it is severely flawed, but it should be a little more complex than you are describing.

Phil.
Unless WEP has changed somewhat recently, I'm quite sure that everything is hex-encoded. The last time I worked intensively with a wireless network was a little over half a year ago.

What also matters is the fact that even though it may be encrypted, it is still sent via... uhm... "plain hex text" would be the best way to put it. The equivalent of the letter "a" in hex is "61". Wireless networks broadcast the letter "a" as "61". Lots of a's would be broadcast as "61616161". If I watched your network and logged all the hex being broadcast, I could simply keep it in some kind of hex/binary editor and quickly find out what is real data and what is encrypted. Using a WEP decryption proggy (by either disclosing the encryption algorithm or using brute-force), I'm sure one could find out the real hex keys, which in my example would translate into the word "dogpoo".

I do think that CigarJohnny has it just about as secure as it can get. It may be a little paranoid, but secure nonetheless.
Reply With Quote
  #17  
Old 04-28-2004, 01:24 PM
CigarJohnny's Avatar
CigarJohnny CigarJohnny is offline
Registered User
 
Join Date: Oct 2002
Location: Allentown, PA
Posts: 2,922
Send a message via Skype™ to CigarJohnny
Quote:
Originally posted by deruvian

I do think that CigarJohnny has it just about as secure as it can get. It may be a little paranoid, but secure nonetheless.
I will take that as a compliment. Running shared drives off a WinME box is like having your balls hanging out for the world to kick. Better safe than sorry. Besides, anything worth doing is worth doing right.

Johnny
__________________
Pearl '92 LS-L 179K (Historic 1st 5-speed SVX)
Mods: 5-speed, 4.11's, Group-N motor mounts, dual Magnaflows, cone air filter, Kenwood MP-228 CD/Receiver, white-faced gauges, '97 grill, custom window tinting.

Ebony Mica '92 LS 80K Oct 2002 - Dec 2004: Victim of theft. She served me well.

You can tell the lack of craftsmanship by the wrinkles in the duct tape.
Reply With Quote
  #18  
Old 04-28-2004, 01:50 PM
deruvian
Guest
 
Posts: n/a
Quote:
Originally posted by CigarJohnny
I will take that as a compliment. Running shared drives off a WinME box is like having your balls hanging out for the world to kick. Better safe than sorry. Besides, anything worth doing is worth doing right.

Johnny
I do agree wit' dat! But had I known that it was an ME-box, I wouldn't have said "paranoid." I may have used "proper" instead.
Reply With Quote
  #19  
Old 04-29-2004, 02:07 AM
NikFu S.'s Avatar
NikFu S. NikFu S. is offline
Takin tools to task
 
Join Date: May 2003
Location: A-town, Alaska
Posts: 7,280
Send a message via MSN to NikFu S.
Registered SVX
Leave it to me to think of missiles and chain guns mounted on an SVX.
I'm really behind in this computer stuff.
__________________
"That which can be asserted without evidence
can be dismissed without evidence."


'92 Dark Teal SVX LS-L, >146,000m
3 pedals, 5 speeds., restoration underway.
2012 Honda Insight, slow but cute.
Reply With Quote
  #20  
Old 04-29-2004, 02:36 AM
b3lha's Avatar
b3lha b3lha is offline
Phil & Belha
 
Join Date: Aug 2001
Location: Alcyone Limited, Buckinghamshire UK
Posts: 2,671
Quote:
Originally posted by deruvian


Unless WEP has changed somewhat recently, I'm quite sure that everything is hex-encoded. The last time I worked intensively with a wireless network was a little over half a year ago.

What also matters is the fact that even though it may be encrypted, it is still sent via... uhm... "plain hex text" would be the best way to put it. The equivalent of the letter "a" in hex is "61". Wireless networks broadcast the letter "a" as "61". Lots of a's would be broadcast as "61616161". If I watched your network and logged all the hex being broadcast, I could simply keep it in some kind of hex/binary editor and quickly find out what is real data and what is encrypted. Using a WEP decryption proggy (by either disclosing the encryption algorithm or using brute-force), I'm sure one could find out the real hex keys, which in my example would translate into the word "dogpoo".

I do think that CigarJohnny has it just about as secure as it can get. It may be a little paranoid, but secure nonetheless.
All data that is held on a computer or sent over a network is encoded as BINARY. That's how computers work, there is no other way to do it. As you said, the ASCII code for "a" is 61 in hex and this is sent over the network as 01100001. If you use a packet sniffer then it will show you the hex value which you can easily translate back to "a".

But this encoding is NOT the same as encryption. When encryption is enabled, your "dogpoo" (646F67706F6F) password might be encrypted as "bE&abQ" (624526616251) in one packet and "Hfbew$" (486662657724) in the next. This is NOT plain-text as you originally suggested and loading it into a hex editor to look for recurring patterns will not help you.

It is true that there are programs which can exploit flaws in the WEP algorithm to crack the encryption in a matter of hours or maybe even minutes. Interestingly, due to a flaw in the design, 128bit is not significantly more secure than 64bit. But there are so many networks which don't even have encryption enabled that it hardly seems worth the effort to trying crack it.

Mohrds, Sonar and I have a far more secure configuration than "paranoid" CigarJonny. VPN tunnels add an extra layer of more secure encryption on top of the crappy WEP stuff and a firewall ensures that only VPN packets reach the rest of the network. IMPO this is the best way to implement wireless networking because it ensures that even if somebody breaks your WEP, they have no more access to your network than somebody coming in over the internet.

Phil.
Reply With Quote
  #21  
Old 04-29-2004, 03:11 AM
deruvian
Guest
 
Posts: n/a
Quote:
Originally posted by b3lha


All data that is held on a computer or sent over a network is encoded as BINARY. That's how computers work, there is no other way to do it. As you said, the ASCII code for "a" is 61 in hex and this is sent over the network as 01100001. If you use a packet sniffer then it will show you the hex value which you can easily translate back to "a".


I didn't intend to take it that far. Potential confusion was not my interest in this thread, so I decided to leave out the small details about binary. Any moderate hex editor can display/read both hex, ASCII, and binary.

But this encoding is NOT the same as encryption. When encryption is enabled, your "dogpoo" (646F67706F6F) password might be encrypted as "bE&abQ" (624526616251) in one packet and "Hfbew$" (486662657724) in the next. This is NOT plain-text as you originally suggested and loading it into a hex editor to look for recurring patterns will not help you.

While it would be encrypted, to my understanding the WEP encryption method does not change algorithms on the fly. Thusly yielding a pattern.

It is true that there are programs which can exploit flaws in the WEP algorithm to crack the encryption in a matter of hours or maybe even minutes. Interestingly, due to a flaw in the design, 128bit is not significantly more secure than 64bit. But there are so many networks which don't even have encryption enabled that it hardly seems worth the effort to trying crack it.

Mohrds, Sonar and I have a far more secure configuration than "paranoid" CigarJonny. VPN tunnels add an extra layer of more secure encryption on top of the crappy WEP stuff and a firewall ensures that only VPN packets reach the rest of the network. IMPO this is the best way to implement wireless networking because it ensures that even if somebody breaks your WEP, they have no more access to your network than somebody coming in over the internet.


Of course their are always going to be far more secure methods than the next. I'm glad that you at least agree with me on the point that WEP is crappy. VPN tunnels are a definite way to become more secure, but a VPN is not always for the faint of heart. And besides, you could always set up enough tunnels to the point of being ridiculous, thereby boring any interested hackers before they even get into your network.
Reply With Quote
  #22  
Old 04-29-2004, 09:54 AM
CigarJohnny's Avatar
CigarJohnny CigarJohnny is offline
Registered User
 
Join Date: Oct 2002
Location: Allentown, PA
Posts: 2,922
Send a message via Skype™ to CigarJohnny
I would definitely agree that setting up a VPN takes that extra step than what I do. Still, it amazes me how many so-called network admins, who make lots more $ than I do, use no security precautions what-so-ever. Absolutely AMAZES me!

Johnny
__________________
Pearl '92 LS-L 179K (Historic 1st 5-speed SVX)
Mods: 5-speed, 4.11's, Group-N motor mounts, dual Magnaflows, cone air filter, Kenwood MP-228 CD/Receiver, white-faced gauges, '97 grill, custom window tinting.

Ebony Mica '92 LS 80K Oct 2002 - Dec 2004: Victim of theft. She served me well.

You can tell the lack of craftsmanship by the wrinkles in the duct tape.
Reply With Quote
  #23  
Old 04-30-2004, 09:53 AM
tancred
Guest
 
Posts: n/a
How do you think Im online right now? hehe, i got 4 wireless connections open i can get into from sitting in my bedroom with the laptop snooping around..
Reply With Quote
Reply


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 On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 11:20 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
© 2001-2015 SVX World Network
(208)-906-1122