Secret files such as ssh private keys are stored in plain on the disk.
There is only one user account on my computer.
Programs like ssh.exe need to read these files, and I want to view them by text editors like Visual Studio Code, too.
However, some bad applications, which sometimes run as Administrator or even run as SYSTEM, scan disks and read such secret files. (They won't modify.)
Is there any way to allow only a few programs to access a certain folder and read files? (Like a white-list) Thank you.