Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm getting notifications to back up my encryption key for EFS in Vista, however i haven't enabled bit locker or drive encryption.

Anyone know how to find out what files may be encrypted or have an explanation for why it would notify me?

share|improve this question
Should anyone land here and have no luck with the CIPHER.EXE /U /N mentioned by @ParanoidMike's answer: for me the solution seems to have been in this SuperUser answer. (Windows 7, 64b) – Jeroen Apr 9 '12 at 6:57

6 Answers

I've got the same message after un-zipping DroidDraw (http://www.droiddraw.org/). It's a normal (I think) zip file. Right click on it, extrat all. The resulting folder/files were encrypted. Immediatelly Win prompted me to backup EFS keys.
Same behaviour on Win Vista and Win 7.

share|improve this answer

I just got this same message for the first time after using Windows 7 for many months. Running cipher.exe as noted above revealed that a font file I downloaded (Anonymous Pro) had the encryption attribute set (right-click the file, properties, General Tab, click Advanced). It also had security settings granting an unknown account read and execute permissions. (!) I don't know why a font file would have the encryption flag set.

If you just got this message out of the blue, perhaps it is in response to something you just downloaded.

share|improve this answer

EFS encryption is typically achieved via the "Advanced" tab of the "File Properties" dialog and it's best to do it at the folder-level.
But on Vista I remember seeing this message on my new computer, definitely never having encrypted a single file. So I AGREE it's confusing to ask you to back up the key, until the FIRST USE of EFS. Windows-7 has never asked me, so probably that's the way it works in the future.

share|improve this answer

To find out which files on your system have been encrypted with EFS, you can simply run this command:

CIPHER.EXE /U /N
share|improve this answer

Yes it's EFS:

[Window Title] Encrypting File System

[Main Instruction] Back up your file encryption certificate and key

[Content] Creating this backup file helps you avoid permanently losing access to your encrypted files if the original certificate and key are lost or corrupted.

[Back up now (recommended)] [Back up later] [Never back up] [Cancel]

[Footer] Why should I backup the certificate and key?

share|improve this answer

Clippy noticed that you have sensitive information in your files and automatically encrypted them.

Are you sure it's for EFS? I've had things prompt me to backup my keys before, but I didn't know exactly what they were to. I was assuming it was like a DRM protected file or something. It was a while ago so i don't remember exactly what the specific details were. I never backed it up and haven't been locked out of anything.

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.