Google's strategy is to profit from advertising. It fundamentally benefits from knowing as much about its users as possible. Every tactic it has will always support that strategy or it will risk failure. You can tell its strategy motivates it toward evil (its term, not mine), because its slogan is "Don't be evil." It chose that slogan because it risks being evil, in its own terms. It doesn't need a slogan like "Don't…
DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
51–60 of 128 posts
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#52Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#53Earlier quoted context omitted.
IIRC HTTPS would encrypt your data from your ISP.
Until PRISM subpoenas DDG and gets their private keys -- after which they can decrypt the SSL traffic.
See http://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-se... for example.
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#54Earlier quoted context omitted.
Yep, exactly. Now, this makes me wonder: What could be an equivalent implementation for e-mails. An e-mail host that encourages immediate download, totally deletes e-mail contents, deletes logs of any sort, etc. when you delete messages?
You can start your own mail server and make it encrypt all incoming messages with your GPG or SMIME public key. This way NSA will have to collect your old messages from various senders' servers (or the archive made by their sniffers).
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#55Google's strategy is to profit from advertising. It fundamentally benefits from knowing as much about its users as possible. Every tactic it has will always support that strategy or it will risk failure. You can tell its strategy motivates it toward evil (its term, not mine), because its slogan is "Don't be evil." It chose that slogan because it risks being evil, in its own terms. It doesn't need a slogan like "Don't…
You are absolutely right, this is clear evidence that Google is evil. In fact, this chain of evidence is of such brilliance and importance for mankind, you should be appointed US Attorney General. We should once and for all end this evil and put all Google employees in prison.
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#56I changed my default search engine on safari to DDG, am I happy, no but willing to give them a chance and also using other search sources(github) for my purposes
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#57Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#58At the end of the article the author insinuates that the Bing ad partnership might lend itself to tracking users or otherwise making the service less secure and anonymous. Is that possible?
IIRC it depends how the ads are routed. The ads could be piped through duckduckgo so Bing only receives searches to return contextual ads for but has no knowledge of the IPs for each search. Duckduckgo then embeds the ads in the search page and returns it to the searcher, then forgets their IP. On the other hand if there's just a bit of javascript on the search page that says "Tell bing to put ads on this page using…
"Ads cannot be retrieved from the developer directly but instead through the end user's browser. Calling for the Ads from a server will lead to detection and termination of the customer."
http://developer.yahoo.com/boss/search/boss_api_guide/sb_spo...
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#59Earlier quoted context omitted.
Until PRISM subpoenas DDG and gets their private keys -- after which they can decrypt the SSL traffic.
Not necessarily possible even with the private keys. If you use an SSL cipher with ephemeral keys, such as the DHE_* or ECDHE_* family of ciphers, then an eavesdropper with a recorded but not MITMed conversation cannot decrypt it even with the server's private SSL key. See http://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-se... for example.