Earlier quoted context omitted.
In principal it's quite wrong and scary, but in reality I have to believe the government is too incompetent to actually do anything with their mountains of AT&T collected data.
According to paperwork leaked by Mark Klein, they have/had a "Narus STA 6400" in the room. It's described as a supercomputer that sounds, to my ears, similar to Carnivore. I doubt that they even try to collect (too much data), and instead specifically look for things to grab from the firehose. http://en.wikipedia.org/wiki/Narus http://narus.com/index.php/solutions/intercept
AT&T has a fiberoptic splitter copying our data to NSA
111–120 of 233 posts
Re: AT&T has a fiberoptic splitter copying our data to NSA
#112What about the following paragraph is not clear? "The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and Warrants shall not be issued, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized." Am I missing something? Of cour…
It doesn't matter that rifles of the time were the assault weapons of the time and the meaning of "papers" of the time can be extended to email.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#113What about the following paragraph is not clear? "The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and Warrants shall not be issued, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized." Am I missing something? Of cour…
These actions are terrible, but completely legal.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#114Earlier quoted context omitted.
In which other countries, exactly, does that happen? UK? Canada? Sweden?
Actually, yes...all those minus Sweden. The US, UK, Canada, Australia and New Zealand all cooperate together. See the Ecehlon program: http://en.wikipedia.org/wiki/Echelon_%28signals_intelligence...
Get with the programme ;) The new hotness in european wiretapping is called the INDECT project. Here's a presentation from CCC where a representative of one of the firms contracted to build it gets into an argument with the assembled hackers during the Q&A. It's pretty entertaining.
http://media.ccc.de/browse/congress/2010/27c3-4237-en-indect...
Re: AT&T has a fiberoptic splitter copying our data to NSA
#115Earlier quoted context omitted.
We could use GPG for normal e-mail correspondence. But I really don't know if this would do anything more than delay any problems. In a similar vein, I've deleted all the trusted root CA certs from my computer, and am now marking individual certs trusted as I hit them. Not fail-safe, but safer, I think.
>In a similar vein, I've deleted all the trusted root CA certs from my computer, and am now marking individual certs trusted as I hit them. Not fail-safe, but safer, I think. Excuse my ignorance, could you tell why it's useful to remove the certs from a PC. I've heard about root certs a couple of times already but don't understand what they really are.
"This particular website is X". And it can back this up with all sorts of fancy math.
The problem then, is how do you know that the particular certificate is correct? I can go through and make a certificate saying that i'm santa clause. How you get around that is by using another certificate that you already have, and using that to certify the websites certificate. Ie. if you trust godaddy (or the hong kong post office), and I have a certificate saying that i'm me, signed by godaddy, then you can trust that i'm me.
The collection of certificates that you trust are then called the "root ca", and having random certificates there is a problem because if one of them was to produce a forged certificate, you'd never know about it. ie. by adding in untrusted certificates to your root ca, you lose trust in the whole certificate chain of trust process.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#116Earlier quoted context omitted.
Freenet, Phantom or Tor. Pick one and make it easier for people to use. Designing a whole new system isn't what we need, a "just works" system is.
How do you know that the NSA isn't listening to those? It would seem more appropriate to make public-key encryption easier to use. There are already well-defined ways to use it with email, and there's OTR for IM that could be applied to multiple protocols. Granted, only the contents of the communications are hidden in these cases, but that's a big step forwards.
Among the disadvantages of Freenet are that it's incredibly slow, difficult to find content on, and cannot access content on the regular internet.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#117So? This isn't the equivalent to papers secured in your household, it's data sent over someone else's network. I'm not a huge fan, but saying it's the same as the government walking into your house and examining all your documents is ridiculous. Either way, call me when someone finds out they can decrypt and examine all the SSL traffic in real-time.
It is, however, the same as government opening and reading all of the mail you send through the post office. And that government cannot do.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#118One thing I see people saying on here is that people should care....and I do...but I don't know _what_ to do with it! Can someone show/tell me what I, an average person, can do? It feels a bit overwhelming and things like this point out how powerless we really are. I hope I'm wrong and there are things we can do...I just don't know what they are. EDIT - Asking two more specific questions: 1. What can we do technicall…
We could use GPG for normal e-mail correspondence. But I really don't know if this would do anything more than delay any problems. In a similar vein, I've deleted all the trusted root CA certs from my computer, and am now marking individual certs trusted as I hit them. Not fail-safe, but safer, I think.
Re: AT&T has a fiberoptic splitter copying our data to NSA
#119Earlier quoted context omitted.
So after applying to YC today (worried that I borked my app) I had the following idea - which is an evolutionary idea from the one I applied to YC with, I dont know if this is possible - but I want to throw it out to HN: I would like to see mobile end-to-end secure communications apps that allow for users to have completely encrypted message passing. I had the following idea - please tell me if this would work: You h…
I think you're trying too hard. There are existing protocols (S/MIME, PGP, Jabber, etc.) for transferring messages in a secure manner. I'd pick the one that fits your scenario and wrap it up in a shiny app. AFAIK, there are several IM apps that could support encryption, but I don't think they are actually doing so (and if they are, they aren't advertising it). As it is, end-end secure communications is not (I think)…
I can take pidgin and OTR and with about three minutes worth of "You should click here", have it set up easily enough that even a complete non techy can use it.
The problem is 1) It requires installation and 2) People don't know it exists. (Strangely enough, once it's installed i've never had anybody move back, mostly as pidgin is a fair amount nicer to use then MSN)
Re: AT&T has a fiberoptic splitter copying our data to NSA
#120Earlier quoted context omitted.
>In a similar vein, I've deleted all the trusted root CA certs from my computer, and am now marking individual certs trusted as I hit them. Not fail-safe, but safer, I think. Excuse my ignorance, could you tell why it's useful to remove the certs from a PC. I've heard about root certs a couple of times already but don't understand what they really are.
Basically if you see a certificate on the interwebs, it goes through and says: "This particular website is X". And it can back this up with all sorts of fancy math. The problem then, is how do you know that the particular certificate is correct? I can go through and make a certificate saying that i'm santa clause. How you get around that is by using another certificate that you already have, and using that to certify…