I have an application written using C++ that reads/writes binary data from a folder in windows. I want to make sure that only my application with the proper key can read/write this binary data from a specific folder and no one should be able to access it.
Is it possible to achieve this on windows using win C++ API? Any suggestions would be invaluable.
Thanks!