First of all, I am not on Windows 7 at the moment but will be in the next few days. I'd like to know if there is a way for me to encrypt a folder to prevent unwanted access, but still provide relatively easy access for myself.

Ideally, I'd like to have a folder that asks for a password when a user tries to access it, and allows me to work with it until I close it, or until my "session" times out, or something similar.

I really don't want to be encrypting/decrypting the entire folder just to get access to a few files. Can anyone point me in the right direction?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

What I think you want is what's called "on-the-fly" encryption/decryption. This is provided by many encryption systems, including the most popular one (AFAIK), TrueCrypt. Create an encrypted container file, mount it, then 'move' all your files in there. Of course, the first time around, you have to wait until all the files are encrypted.

link|improve this answer
feedback

In windows 7 you can encrypt folder and files in them by right clicking on the folder and choose properties, then click "advanced button on the general tab, then choose encrypt.

This does not however password protect that folder on the PC it was encrypted on, to do this I use FolderDefence

http://foldermagepro.com/content/blogcategory/13/28/

The program can be password protected, and should be done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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