Re: generating WEP keys

2002-12-22 Thread Matthew Carpenter
Actually, there's a bit more to it than that... There are several weaknesses in WEP. One example: If several bytes of any frame are a particular value, that frame and others like it expose a part of the key. I had the math down at one point but couldn't tell you the exact bytes and values but

Re: generating WEP keys

2002-12-22 Thread Net Llama!
I read a very good article on the problems with WEP several months ago too. Basically, its a matter of traffic. The average home user isn't going to generate sufficient traffic over a short time period (a few days or weeks) to make WEP crackable. So unless someone is really looking to get

Re: generating WEP keys

2002-12-19 Thread Matthew Carpenter
Make them up... 128bit wep is broken up into two parts: 24bits of dynamic initilization vector (IV) These are generated by the 802.11 hardware for each frame 104bits of the key which you create. This is the same for every frame transmitted using 802.11 for a given

Re: generating WEP keys

2002-12-19 Thread Net Llama!
Excellent, that's what i was wondering. So is ther a science to generating 'better' keys, or are all keys created equal? On Thu, 19 Dec 2002, Matthew Carpenter wrote: Make them up... 128bit wep is broken up into two parts: 24bits of dynamic initilization vector (IV) These are

Re: generating WEP keys

2002-12-19 Thread Keith Morse
On Thu, 19 Dec 2002, Net Llama! wrote: Excellent, that's what i was wondering. So is ther a science to generating 'better' keys, or are all keys created equal? On Thu, 19 Dec 2002, Matthew Carpenter wrote: Make them up... 128bit wep is broken up into two parts: 24bits of dynamic

Re: generating WEP keys

2002-12-17 Thread Keith Morse
On Tue, 17 Dec 2002, Net Llama! wrote: So are you saying that the key is just arbitrary hex code? BTW, i'm not using Orinoco, i'm using Cisco Aironet cards with a Belkin (Amtel chipset) AP. If it is just standard WEP, and presumably WEP is a standard, 13 ASCII characters. I'd have to

generating WEP keys

2002-12-16 Thread Net Llama!
I'm driving myself crazy trying to figure this out. I've been Googling for the past hour, and everyone talks about what to do with WEP keys once they're generated, but no one talks about how to actually generate them. I want to generate two 128bit WEP keys, any pointers? --

Re: generating WEP keys

2002-12-16 Thread Keith Morse
On Mon, 16 Dec 2002, Net Llama! wrote: I'm driving myself crazy trying to figure this out. I've been Googling for the past hour, and everyone talks about what to do with WEP keys once they're generated, but no one talks about how to actually generate them. I want to generate two 128bit