Earlier quoted context omitted.
If we're getting cranky about spelling, it's "spelled". Spelt is an ancient variety of wheat. "Gubment" is pretty silly, though.
Spelt is the correct spelling in British English (and most of the commonwealth). There is a vast world outside the US too. http://books.google.com/ngrams/graph?content=SPELT%2BSpelt%2...
Google knows nearly every Wi-Fi password in the world
261–270 of 312 posts
Re: Google knows nearly every Wi-Fi password in the world
#262Which i am sure they are willing to share if just pushed a little.
Re: Google knows nearly every Wi-Fi password in the world
#263Earlier quoted context omitted.
That depends on the router and configuration. There's a flaw in WPS that makes it possible to quickly crack a router that has it enabled, even if it's using WPA/WPA2.
Wow. I was curious what flaw you were talking about... It seriously verifies the first 4 digits? That deserves a face palm.
Re: Google knows nearly every Wi-Fi password in the world
#264Earlier quoted context omitted.
I dont really see your logic, Gubment can put you in prison, take your rights away, companies targeting ads can't. It makes sense that one would be outraged at the former.
Sure, but the government is subject to popular pressures. They can't imprison or otherwise hassle even a substantial fraction of the population in any meaningful way. Corporations are not subject to popular pressure. They can hassle millions of Americans and get away with it. As a practical matter, you have a lot more to fear from corporations misusing your private data to deny you jobs, mess up your credit, etc, tha…
Re: Google knows nearly every Wi-Fi password in the world
#265Your WiFi password is only useful for someone who is within 100 feet of your house. If you have federal agents surveilling you from 100 feet away you have way bigger problems than your WiFi password.
While I don't like at all the idea of government surveillance without court order, I find the idea of corporate surveillance even more horrifying. Actually, this is what amuses me in the whole privacy affair. So a bunch of companies were using and abusing your data to target ads at you and shape your news stream so that it's more addictive, and people were cheering. A government (still mostly democratic, though not f…
Then the NSA/GCHQ/BND scandal hit and (at least as far as I can tell) now completely overshadows that former concern.
Re: Google knows nearly every Wi-Fi password in the world
#266Earlier quoted context omitted.
While I don't like at all the idea of government surveillance without court order, I find the idea of corporate surveillance even more horrifying. Actually, this is what amuses me in the whole privacy affair. So a bunch of companies were using and abusing your data to target ads at you and shape your news stream so that it's more addictive, and people were cheering. A government (still mostly democratic, though not f…
I think most of your repliers are forgetting about Blackwater. (/tinfoil-hat)
Re: Google knows nearly every Wi-Fi password in the world
#267Earlier quoted context omitted.
It could be like leaving your bank account password in the open. Your bank account password could be sniffed probably very easily by someone who is connected to your network. Now imagine somebody exposes some way to get the password of your home network from the google servers.
If a random attacker in your local network can do that easily you should talk to your bank about SSL or change to one that actually knows basic internet technology. SSL should be assumed as broken for defence against government surveillance but it still keeps the most common attackers out.
Re: Google knows nearly every Wi-Fi password in the world
#268Re: Google knows nearly every Wi-Fi password in the world
#269Earlier quoted context omitted.
I'm unsure, but doesn't WPA2 password knowledge allows to decrypt your traffic? (Possibly with an active attack to re-initiate handshake?) I.e. someone who knows your password could drive by your home, listen to the air and see what you're doing online.
This isn't the case. The WPA2 handshake involves the computation of a session key for each client, so clients on the network can't read the plaintext of each other's traffic. The session key is established with a nonce generated by the access point as well as the MAC addresses of the access point and client.
What I had in mind was the following case: if you disrupt someone's connectivity (jam the channel for some time) and force them to reconnect, having listened to nonces and knowing pre-shared secret, you can calculate PMK (and GTK), or I'm wrong?
(I haven't re-checked the specs, but believe 802.11 headers are unencrypted - only payload is - so MACs are not secret.)
Re: Google knows nearly every Wi-Fi password in the world
#270Earlier quoted context omitted.
The point is you're supposed to use truly random word combinations since those are at least memorable. $ wc -l /usr/share/dict/words 119095 $ python -c 'print(119095 ** 4)' 201175048646341950625 $ python -c 'print(85 ** 10)' 19687440434072265625 So, even if your target is known to be using this scheme in pure form, this has more entropy than a completely random 10-digit password (assuming ~85 characters) -- and who w…
Can never turn down an opportunity for a one-liner. $ perl -E 'open(my $fh, " ; close $fh; say join " ", map {$words[int rand @words]} 1..4' menu chemists administrative seeps Might have to run it a couple of times before you get something that you can memorize.