Earlier quoted context omitted.
Hm, should be easy enough to have some browser plugin that lets you select a text/data field and recipient list field and encrypt it with the appropriate key; and to do something similar for recognition and decryption of fields. If I implement this, will I become famous?
If you get it right you will. I think there are complications though - you need to be very sure that rogue javascript can't dig around in your plugin and extract my private key. I'm not sure how securely sandboxed plugins can be.
PRISM fears give private search engine DuckDuckGo its best week ever
201–210 of 213 posts
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#202Earlier quoted context omitted.
This is most likely that Google has more user behavior data than DDG. If enough people use DDG and click on the StackExchange link for that query (or similar queries), DDG will be able to get that to the top. On the other hand, did DDG just use Bing API, and only Blekko crawls the web? Or do I get my search engines mixed up?
DDG actually uses a handful of search engines (including Bing), though I think that Yahoo! is the primary source.
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#203Earlier quoted context omitted.
If you get it right you will. I think there are complications though - you need to be very sure that rogue javascript can't dig around in your plugin and extract my private key. I'm not sure how securely sandboxed plugins can be.
What's the normal procedure for making a call whose output depends on a file that must be kept secret? Is there a typical OS API pattern that's seen in the various programs like ssh, scp, and so on?
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#204Earlier quoted context omitted.
Having the root CA's private key doesn't give them access to the end entity's private keys. When you ask a CA for a cert, you only provide them with your public key (in the form of a CSR) for them to sign. The CSR does not contain the private key.
But getting an employee to hand over the private key and giving him a gag order afterwards is an option of course.
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#205I ceased using Google search except as a last resort when this story broke, and I had no idea what I had been missing out on with DDG: Excellent keyboard navigation . Also, DDG's results compared to a year ago are night-and-day. It seems to listen to my keywords better than Google did too, a growing annoyance I had. If you haven't, you really should try out DDG for a week.
I've done the same. Also switched to Firefox with full Adblock and tracking bugs blocking. It's not much, but at least I'm no longer leaving a huge slimy trail behind me online.
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#206Earlier quoted context omitted.
It's a fair question, I'm ashamed by the snarky answers. If Google can't oppose the NSA in installing backdoors (by the way, this has to be demonstrated), DuckDuckGo can't oppose them neither. Best luck to the team of DuckDuckGo, it's a nice project.
They probably didn't install back doors and are just pulling in the data from the internet backbone. Tapping off the fiber.
Re: PRISM fears give private search engine DuckDuckGo its best week ever
#207Re: PRISM fears give private search engine DuckDuckGo its best week ever
#208Re: PRISM fears give private search engine DuckDuckGo its best week ever
#209Re: PRISM fears give private search engine DuckDuckGo its best week ever
#210Earlier quoted context omitted.
Having the root CA's private key doesn't give them access to the end entity's private keys. When you ask a CA for a cert, you only provide them with your public key (in the form of a CSR) for them to sign. The CSR does not contain the private key.
But getting an employee to hand over the private key and giving him a gag order afterwards is an option of course.
https://en.wikipedia.org/wiki/ECDHE
Google is using it, a few other sites, too, though they are in the minority. OpenSSL supports it since version 1.0.0 that was released in March 2010.