Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to encrypt folder in Windows?

I have a program in C++ that stores certain files such as movies, mp3 & Flash in the AppData folder. The issue is that whilst generally hidden, the user can easily visit this folder and take any of these files.

Is there a way that the program can encrypt this folder so that it's not possible for the user to access the files (except through the software itself)?

Any other solutions (even if not related to the above) are much appreciated.

like image 433
T31 Avatar asked Nov 29 '25 23:11

T31


2 Answers

You can use your own program to encrypt a file or a folder.However you can use open source software like truecrypt.The software along with the code is available.Code is written in C,C++ and assembly

like image 175
Rasel Avatar answered Dec 02 '25 11:12

Rasel


Why not simply encrypt the files and then decrypt them when they are loaded by the app. That way it does not matter if the user can access the files.

like image 45
Ben Robinson Avatar answered Dec 02 '25 13:12

Ben Robinson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!