UK Secure Email Provider Shut Down His Service In January To Prevent GCHQ From Obtaining Encryption Keys

from the the-fallout-before-the-fallout dept

Shutting down secure email services because of surveillance agency interference apparently isn’t just a local phenomenon. Lavabit, Snowden’s email provider, shut down earlier this year to prevent being forced by the NSA to sabotage its own encryption. Silent Circle, another secure communications service, shut down its email product only hours later (but not its main messaging product). Silent Circle hadn’t yet been pressured by the government, but obviously felt it was only a matter of time.

International Business Times is reporting a similar incident occurred in the UK earlier this year.

PrivateSky was shut down at the beginning of the year after introducing a web-based version in beta and for Outlook and had “tens of thousands of heavily active users”.

Brian Spector, CEO of CertiVox, told IT Security Guru: “Towards the end of 2012, we heard from the National Technical Assistance Centre (NTAC), a division of GCHQ and a liaison with the Home Office, [that] they wanted the keys to decrypt the customer data. We did it before Lavabit and Silent Circle and it was before Snowden happened.

Even before the leaks made the Five Eyes’ covert surveillance programs public, PrivateSky got an inside peek at the intelligence community’s thirst for data. Unfortunately for Spector and his company, complying with GCHQ’s request would mean destroying the security it promised to its customers.

[W]e had the choice to make – either architect the world’s most secure encryption system on the planet, so secure that CertiVox cannot see your data, or spend £500,000 building a backdoor into the system to mainline data to GCHQ so they can mainline it over to the NSA.

“It would be anti-ethical to the values and message we are selling our customers in the first place.”

I suppose GCHQ is satisfied either way. While having the encryption key would have been nice, it’s just as simple to gather up communications and metadata from less secure services — services some of PrivateSky’s customers would have resorted to instead. National intelligence agencies seem all too willing to deploy scorched earth policies that destroy companies that don’t immediately cave in to their demands. And why not? It does no harm to the government to force secure services out of business. The users of these services have to go somewhere and many of the available options have been compromised already.

Spector hasn’t completely given up on the thought of offering a secure email service. He says PrivateSky is still up and running but is currently only used internally by CertiVox. But he does have a plan for another secure email offering based on the internal PrivateSky service.

He said that from the technology it has implemented a split of the root key in the M-Pin technology so it has one half and the user has the other.

“So as far as I know we are the first to do that so if the NSA or GCHQ says ‘hand it over’ we can comply as they cannot do anything with it until they have the other half, where the customer has control of it.”

This could throw up some obstacles for intelligence agencies, the sort of thing they do everything in their power to avoid. The path of least resistance is also the one most frequently traveled. These agencies hate being told “no” almost as much as they hate being inconvenienced. PrivateSky’s split key will do both. It should be interesting to see GCHQ’s response if Spector takes the service live again.

Filed Under: , , , , ,
Companies: certivox, lavabit, silent circle

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “UK Secure Email Provider Shut Down His Service In January To Prevent GCHQ From Obtaining Encryption Keys”

Subscribe: RSS Leave a comment
33 Comments
Ninja (profile) says:

I wonder if there is a way to encrypt the e-mails from end to end with one private key that only the interested parties know in a easy, convenient way. The secure mails should also start using individual encryption keys for each user so they’d not compromise the entirety of the user base if one key is compromised by the intelligence thugs – though I’m not sure how complex is could be to implement such thing. Maybe have a second encryption layer added so when the primary encryption key is given they can look away and whistle ;D

I mean there has to be a way to make it at least significantly harder for the inteli morons, no?

Anonymous Coward says:

Re: Re:

It is called GPG/PGP, and the problem is managing the keys. While a public key system can be used with a repository for public keys. It is much harder to mount a man in the middle attack, as the requirement is to get senders to use the attackers keys, and then they intercept, and then re-encrypt with the recipients key. For high security, you make sure that you know whose public key you have, and that they have yours, and sign messages to validate sender, as well as encrypting them for transmission.
Note this works with GMail etc, though to hide the meta-data requires that people have a mail server and exchange messages via TOR, or similar encrypted multihop links.
The ‘problem’ with doing this is that it is not as convenient as current web-0mail systems, but that is a price that has to be paid to secure communications. Any more convenient system relies to a greater or lessor extent on a third part, and could therefore be compromised by compromising them.
This of course assumes that the user operating system has not been compromised. For the really paranoid, 32-bit arm development boards are available, along with SPI connected Ethernet cards. Attach a keyboard, and a text-mode display, and storage via SD cards, and a highly secure text only email system can be set-up. Note, in this approach, the development board has control over what it sends and receives via the Ethernet card, which can go via a router to the Internet. Any flaw in the network stack is limited to seeing what is handled by the Ethernet card, and cannot get at the development system, which is where all encryption, and decryption is done. It is assumed that the SD card is only used to store encrypted messages, and an encrypted key-store. Note that the storage should not be used in a normal computer just in case it has been compromised, although is set up properly it would only expose encrypted data.

John Fenderson (profile) says:

Re: Re: Re: Re:

Managing the keys, as such, isn’t the problem. The problem is trusting the keys. How do you know the public key you have actually belongs to the entity you think it does? This problem is addressed through certificate authorities, but as we’ve seen, that’s not foolproof.

If, however, you get the key directly from the person you want to with (and not via the internet), then you can have a very high trust level in it. In those cases, there is no problem.

John Fenderson (profile) says:

Re: Re: Re: Re:

I’m not sure I fully understand what he was getting at, but I think it’s this: use a dedicated, high security system for your communications and not your everyday computer. There’s no technical reason a dev board would be better suited for this task than a spare computer you have laying about, except that the dev board is small, fanless, and uses much less power.

Anonymous Coward says:

Re: Re: Re: Re:

The proposal is for the paranoid, where it is considered that a Linux system can be compromised by a dedicated attack directed at it. Their is just too much software on a normal system for it to be considered immune from external attack.
The propose system uses minimum software, running from flash memory. Further its security is not dependent on the provided TCP/IP stack running on the Ethernet card, as it can be assumed that all Internet traffic is available to an attacker. Apart from an optional interrupt to allow the network card to demand attention, the ARM processor initiates all actions and data transfers with the network card, and does so over SPI, which is a simple serial interface. The network card only runs a TCP/IP stack, and the arm processor would only run the software required to manage input, display and encryption.decryption of text only emails. Nether processor is running an operating system or any other code than that required to carry out its task. This makes such a system effectively immune from external attack, especially where the system require physical access to reprogram.

kitsune361 (profile) says:

Re: Re: Re:2 Re:

Also, something else to point out: there are a lot of theoretical attacks and some evidence of actual exploits in the wild that target the BIOS and firmware of x86, amd64, and ia64 based systems. Why rely on the OS to ex-filtrate data when you can have the network card do it directly?

Hell, Intel’s newest processors support microcode updates, basically applying a patch to the processor. Exploiting the processor’s microcode updates would be in undetectable for normal people. Oh the updates are signed with an encryption key only Intel has, but in light of the NSA disclosures, is there any reason to trust them not to hand it over?

Anonymous Coward says:

Re: Cyanogen mod coming soon

I assume you mean a public key (half of a public-private pair of keys, the public key encrypts, the private key decrypts, it’s computational unviable to calculate private from public keys, hence you can send the public key with everything).

I’d like that baked into Thunderbird, but haven’t had a moment to code it myself yet.

I’d like to also see domain to domain encryption public key in the MX record, but wouldn’t trust any standards body at this point (e.g. NIST).

The per-session key, it’s not possible, but you could insist your email provider require TLS. That would give an extra layer of encryption on the Sendmail to Sendmail link, but TLS is known to be partly compromised.

PGP is way too techy for users I think, on the other hand if that Cyanogen mod works, and the code checks out, that might be the solution.

I’m also keen to ditch Google for privacy reasons and so that Cyanogen mod looks very very promising.

I might give everyone in my family and friends a Cyanogen mod smartphone, especially the friends who campaign and stand for elections.

Take a look a Thailand to see how easily you can lose a democracy to a thug.

The Wanderer (profile) says:

Re: Re: Cyanogen mod coming soon

If I understand the functionality you’re describing correctly, there’s decent odds that the Thunderbird people would refuse a patch to build that functionality into the core, since it’s already available via the Enigmail add-on.

(The Mozilla attitudes towards add-on functionality vs. core functionality are an entirely separate ranty topic, but I can see the argument in many cases, including this one.)

On the other hand, aside from a few quirks related to format=flowed support and rewrapping (especially quote rewrapping), Enigmail itself works quite well…

John Fenderson (profile) says:

Re: Re: Cyanogen mod coming soon

I’d like to also see domain to domain encryption public key in the MX record

It’d be impossible to trust this even if the NIST was 100% trustworthy. We already have a lot of problems with DNS cache poisoning.

I’m not sure what you mean by “if Cyanogenmod works”. I use Cyanogenmod. It works. 🙂

Aenemic says:

Re: Response to: Ninja on Dec 13th, 2013 @ 4:30am

That would be a good idea, however, now encryption number generators are actually integrated into the processors of the new age. Thus, making it so much easier for intelligence agencies to “guess” the keys. It’s complete bs that this is the new system, our last bastion of privacy has been compromised, welcome to the United Police States of America. Enjoy your stay. Become an Oathkeeper and protect what’s left of our Constitution.

Anonymous Coward says:

the actions by the NSA and GCHQ have left a bad taste in peoples mouths. i am waiting to see if their are any serious consequences for what these have done, in as much as services closed down and then forced customers to move. it is possible that because of the moves, and the greater exposure, private information may easily have been available to others, as well as the agencies, causing all sorts of harm. had there been no wanton and deliberate intrusion, the information would have remained secure and no harm done. i wonder what the excuses will be if that scenario occurs and at whose feet the blame will be laid?

Anonymous Coward says:

This could throw up some obstacles for intelligence agencies, the sort of thing they do everything in their power to avoid.

Again, I’d like to point out the similarity between these overzealous spy agencies and the Boy Who Cried Wolf.
Not only are they illegally (and amorally) spying on their populaces, not only are they actively removing all public support for the idea of “fighting terrorism” by using terrorism as a standing excuse to spy on everyone year after year, but by treating the general populace as terrorists, they prompt the public to move to protect itself, which unfortunately must necessarily mean that actual terrorists become better protected as well.
Nobody will listen to them if they cry “terrorist” now, even in the unlikely event that there is an actual threat. The countries in question are more vulnerable, and it’s entirely the fault of their blundering, overreaching spy agencies.

steve says:

Simple solution

There’s a simple solution for the provider in this situation: use PFS, then when the spooks want to spy on user X, and demand server’s private key to do so, just the ban user X. A flag in the database that that username is permanently invalid, and your’e done. The government can no longer claim any need for the key, as it wouldn’t enable decrypting past comms (PFS), and there won’t be any future comms with user X.

The orders normally include a command not to reveal the spying to the subject person, but a ban does not do that – any user can be banned for any reason.

DP says:

Keep the populace under the thumb!

Obviously public hangings and floggings will be the next BIG THING in order to keep these dastardly encryption peasants under. I fail to see how the huge expense incurred (which us poor consumers will probably end up forking out for indirectly) in setting up all these highly invasive snooping facilities is anywhere near justified. Just how many crimes and terrorist attacks have actually been thwarted by these means? Not many (if at all), I’ll be bound. Certainly didn’t do much for 9/11 or the Boston bombings. “Ah – but it COULD have done”, the powers-that-be seem keen on spouting. Total and utter cobblers, I say. It’s all down to government control and censorship and needs to be reined in. Don’t these technically inept politicians realise the damage they are doing?

Add Your Comment

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...