Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

Could Apple build a backdoor into it's FileVault encryption technology? Is that a risk you take of using a closed-source encryption product in general? Would using something like TrueCrypt be more reliable?

share|improve this question
I would encourage the down-voter to express their thoughts on why the displeasure with my question. – kenny Jul 29 '12 at 18:41

3 Answers

up vote 3 down vote accepted

I would be less worried about a backdoor than sheer weakness as an encryption scheme. This article appeared in February this year and was the first thing that came up when I typed "decrypt filevault" in google: http://reviews.cnet.com/8301-13727_7-57369983-263/filevault-2-easily-decrypted-warns-passware/

You should check out TrueCrypt, as they are evidently purely devoted to mac disk encryption. Probably any non-costly or self-made system will be reversible in the right hands, partly due to the fact that the decrpyter would be smart to assume one of those methods (free or supplied with the operating system) were used, which is essentially removing one variable in the search for the decryption key.

share|improve this answer
1  
What?! I didn't knew those algorithms were so bad it was possible to break a macbook in less than an hour. @rofls indeed. – Camilo Martin Jul 27 '12 at 12:30
thanks @Camilo Martin, i like apple (not as much as ubuntu or even windows 7, sorry) but in tech especially there can be huge impacts from the division of labor. Edit: tagged Camilo Martin – rofls Jul 28 '12 at 5:20
Linux is excellent for servers, Windows is excellent for gaming, Mac OS is excellent for ads. Also, you mention a self-made system is not very good, but see it from the point of view that any self-made system will not have a commercial GUI application made just to crack that (and unless you're very high-profile no one will hire a top hacker to crack your laptop's encryption scheme). – Camilo Martin Jul 28 '12 at 10:29
Looking at the linked article they retrieved the key from memory using the firewire port (this has been a known issue with Macs for while), they didn't actually crack the Crypto on file vault. It's worth pointing out that if someone has access to the memory on your machine and you have a loaded encryption key it's possible they'll be able to retrieve it. – Rory McCune Jul 29 '12 at 14:33

To answer the question, yes - it is possible that Apple could build a backdoor into its encryption system.

However, and I cannot stress this enough - there is no reason why Apple will do this. The fallout if it ever gets discovered would be enormous, probably enough to completely destroy the reputation and goodwill Apple has built up over the years.

I would not be worried about a backdoor - just the strength of the encryption. I would suggest TrueCrypt, it is simple to use and reliable.

share|improve this answer

The simple answer is yes - any provider of software could build a backdoor into it.

But would they? @Terry gives a good point about motivation, so my confidence would be high that they wouldn't want to add a backdoor, however you also need to be aware that governments and other pressures may force a company to add a backdoor.

So if you have sensitive data, think about additional encryption...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.