3
I'm running Windows 7 Professional at home and decided to encrypt some of my files using the built-in EFS. My understanding is that only the account that encrypted the files can also read them again - any other user (even administrators) cannot read them. (And of course access is completely lost after a reinstall.)
Is that correct? What users exactly can decrypt the files I secured? And out of curiosity, was that different in previous versions of Windows? I wonder since I recently read "administrators can decrypt any files" at some site stated by a Microsoft employee.
I don't know if administrator can directly access encrypted data, but administrator can always access account of user who can. – AndrejaKo – 2010-09-08T09:47:15.060
1Using EFS is a bad idea. Backup is a real pain since you also need to backup the encryption certificate and key. If disaster strikes you may find that nobody can decrypt the backup files, including yourself. As usual for Microsoft : Good idea, horrible implementation. Use TrueCrypt instead. – harrymc – 2010-09-08T11:30:00.277
@And I don't think so. An administrator can gain access to everything, but that does not mean he can also decrypt and read it. – mafu – 2010-09-08T12:01:06.023
@har Yes, I actually have those files stored in a secure subversion repository elsewhere as VC and backup, I just want to make sure that the local copy is unreadable for intruders. – mafu – 2010-09-08T12:02:46.973
1@Harry: You have to back up the encryption key in all asymmetric crypto implementations. EFS is no different. (Win7 even nags you to back up the key, so no more "users don't know where to find it" excuses.) – user1686 – 2010-09-08T13:22:44.257