Hi,
well say,there is a exe file "a.exe" (on fedora ./a)(Qt 3.3.5 application) which does some operation with a text file "b.txt".Now if you double click on a.exe it will ask for password to open b.txt.Writing code for this type of operation is easy.
But if we directly open b.txt using any text editor it will show content.
one cant password protect this file by writing any c code, because every code needs to be executed,which is irrelevant here.
My target is to make a file password protected in such a way that while double clicking over it in windows/fedora,it will ask for password for opening.
And the code should be in c/c++.
Can anyone please help me with this?
Bookmarks