Monday 15 April 2019

Windows 7 Encrypt Folder with Password


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?



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/


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...