Windows 7 Encrypt Folder with Password

encryptionpasswordswindows 7

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?

Best Answer

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.

Note: Truecrypt is no longer supported or in development, I recommend using Veracrypt which is based on the original source code of Truecrypt's and is under development and is supported.

https://veracrypt.codeplex.com/

Related Question