if you are running windows there is not much you can do. If someone has the knowledge to crack your wpa/wep then they will most likely have the knowledge to access all the computers on the network as well. Wireless is like someone coming over to your house with a network cable and plugging it directly into the network.But thankfully there are not many people who have the knowledge. But it is getting easier and easier. If you are paranoid, cover up your webcams with tape when you are not using them, keep a nix based fileserver. *shrug*
realy ?
you don't need to crack it. you could do a man in the middle and ettercap it.![]()
can't you pose as the SSID and the forward the traffic on to the real SSID and intercept all the packets, i admit that won't give you local network access. but you could still gain access to the packets and not all of them will be encrypted. unless i don't know what WPA2 is about. not something i have done myself but i have seen MITM attack demos for wifi.
WPA2-AES is indeed crackable, even with the full length hexadecimal key.
Just curious, how long would that take?
It would have a complexity of 2^255 on a full brute force, which is completely infeasibleThere is also a related-key attack which brings it down to 2^99.5 which is also still not possible.
Assuming the encryption algorithm is not flawed, and assuming a randomly generated key, breaking 256 bit AES requires on average 2**255 trials.
Assuming each attempt takes one nanosecond (10 ** -9 seconds), that is
2**255 * 10**-9 = 5.78960446 × 10**57 seconds, or, 1.83587153 × 10**60 years. Even if the feds have one billion computers working in parallel to decrypt your laptop, that is still 1.83587153 × 10**51 years. For comparison, I believe the Universe is said to on the order of 10**10 years old.
Is that the number of combinations?
http://www.youtube.com/watch?v=XHGurQDow4k
can't watch it at work, just a google search for WPA2-AES brought it up..
"15 computers with a GeForce 8800 GT each working in parallel thanks to mpi4py. "