Click here to Skip to main content
15,920,670 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
I`m C#-developer.
I want to write an application in windows, that is able to import folder addresses and set passwords for them (something like security application) and when a user clicks on the folder in windows the application asks for the password and it won't let to open the folder until you enter the correct password.
Thanks.
Posted
Updated 17-Mar-10 6:55am
v2

If you just want to protect your files, why don't you use something like TrueCrypt (www.truecrypt.org)? It does the same thing Christian Graus described in his answer: it stores the files in a password-protected file, that is treated like a drive, when you m ount it with TrueCrypt.
 
Share this answer
 
This is often requested and it's not really possible. The best you can do is to try to write a shell extension that stores your files in a password protected file, and then treats that as a folder. I expect you'd need to use C++.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900