Chaos Computer Club, Others Scoff At German Email Security Move As "Marketing"
The move on the part of three large German ISPs to provide more secure email, marketed as "Email made in Germany" (Deutsche Telekom's part specifically was mentioned here yesterday), has drawn sharp criticism from security experts, according to a report at Ars. Among those experts are members of the Chaos Computing Club, and GPGMail lead Lukas Pitschl, who responded to the move from Deutsche Telekom, GMX, and Web.de to encrypt all email in transmission with SMTP TLS : "'If you really want to protect your e-mails from prying eyes, use OpenPGP or S/MIME on your own desktop and don't let a third-party provider have your data,' he told Ars. 'No one of the "E-Mail made in Germany" initiative would say if they encrypt the data on their servers so they don't have access to it, which they probably don't and thus the government could force them to let them access it.'"
What then?
http://michaelsmith.id.au
It's a start, at least the passwords are safe... there's a tendency for security communities to scoff at nearly any half improvement
When public key encryption first came out in the late 70s, the promise was we would all have escrowed public keys. A public key would be linked to an e-mail address in the same way a DNS server connects a URL to an IP. I woul dnot need to know your public key ahead of time, my e-mail client would quietly fetch it for me using your e-mail address, and then encrypt the message.
So basically by now all e-mail should be encrypted by default if the future had panned out the way everyone thought in 1976.
All that's missing is ubiquitious public key servers and a universal protocol for binding a key to an e-mail. We do this a zillion times a day for DNS, so it's not technologically difficult.
Why didn't it happen?
Some drink at the fountain of knowledge. Others just gargle.
as simple as ABC, baby you and me.
Of course encrypt with START TLS but it has nothing to do with gpg/pgp.
-[PinePGP Sun Aug 11 03:08:56 EDT 2013]-------------------
gpg: Signature made Sun Aug 11 03:08:37 2013 EDT using DSA key ID 5BA0D409
gpg: Good signature from ""
--[PinePGP Sun Aug 11 03:08:56 EDT 2013]------------[end]--
Everything I write is lies, read between the lines.
Once upon a time I became paranoidal about my mail security. It took me about 1 hour to install my own mail server with encryption. Then I sent myself a letter via my ISP. And logs had shown that the transmission was really encrypted.
What does it mean: There are the only paths that can be passively intercepted or subpoenaed (I don't take in account MITM): SMTP link from sender to source SMTP server, SMTP link from sender to backup SMTP server, SMTP link to receiving server, POP link from receiving server to receiver and all the computers involved. Sender side may be controlled by sending person, receiver side controlled by receiving person, backup disabled in DNS, so the 3-letter agency will not see anything without special means.
Hack methods: 1) Hack a DNS to insert a backup server and see the message there. 2) Extort the message from any side.
I believe it's enough for 99% of all cases. Other 1% will need something more interesting, and I believe that the "more interesting" cases should not only encrypt the messages, but firstly hide the fact of communications since the messages may be extorted easier than decrypted. In other words, TOR, I2P, VPN and other means for hiding the very fact of communication are absolutely needed.
Maybe a little offtopic, but I for one have found serious dearth of decent email clients. Is Thunderbird the only option that actually does everything and doesn't look like shit ?
Oh wait, it just upgraded to 17.0 and looks like shit now too.
Entia non sunt multiplicanda praeter necessitatem.
The problem is that SMTP TLS is marketed as a solution to a problem - intelligence agencies reading your emails - that it simply doesn't solve. Thus it creates a false sense of security.
In itself and without the misleading marketing its implementation would of course be a very positive development.
Let me just add this: They won't talk TLS to any mail server, just amongst each other. And if you send a mail from Web.de to GMX you get a warm fuzzy icon in the web interface.
That's /one/ alternative.
Part of the problem is he's using Symantec's PGP rather than the OSX build of GnuPG. And considering that the original version that HE created was command line only, he should know that to decrypt something sent to him, all he needs is his own private key. I mean, after all, he's Phil Zimmerman, doesn't he have his key?