Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how does one pray tell encrypt folders??? I know how to encrypt files but I find that folders are a different matter. can someone help me? please let code be on VB.NET in my other answers all I got was C# code. I don't know c#
Posted

If you "know" VB.NET then it's pretty simple to translate C# to VB.NET. As for encrypting folders, take a look at SharpZipLib, it's a library you can use in your code.
 
Share this answer
 
You can encrypt every file inside of a folder, but I don't think you can encrypt the folder itself. The closest you can get would be to create an encrypted ZIP file (using a third-party tool) that contains the folder and its contents, then delete the folder from your system.
 
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