vote up 0 vote down star
1

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?

flag

78% accept rate

5 Answers

vote up 0 vote down

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.

link|flag
vote up 0 vote down

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?

link|flag
vote up 2 vote down

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

CIPHER.EXE /U /N
link|flag
vote up 0 vote down

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.

link|flag
vote up -1 vote down

Follow up question -- I downloaded a very short php script for some web development (which I didn't run -- only looked at the code and saw it wasn't what I needed) -- and ever since then the "backup your file encryption key" prompt came up -- even though I hadn't encrypted anything.

I then took the advice above (thank you) "CIPHER.EXE /U /N", and listed there was this .php file (which happened to already be in the recycling bin).

Now when I run "CIPHER.EXE /U /N", it comes up blank so I shouldn't be getting the prompt anymore.

I'm wondering though, was this file I downloaded already encrypted? And if so, how was I able to read it? Or was there something in the file that automatically prompted EFS to want to encrypt? I guess I don't understand how this file got encrypted if I didn't do so manually.

Thanks

link|flag
If you want to ask a followup question you should not post it as an answer, but as a new question. Since it's not directly programming related it should go to superuser.com which is a better place fore these kind of topics. In the upper right there is a "Ask Question" button that you can use to ask a new question. – sth Aug 23 at 14:53
Will do. Thanks. – Reg Aug 23 at 18:26

Your Answer

Get an OpenID
or

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