I downloaded a program yesterday, it is for encryption and security. I won’t name it here unless someone asks me to but it has a feature to make files inside a specified folder completely invisible.
I have Hidden Files and Folders – Selected and also Hide protected operating system files – Unselected yet the files are gone completely from view and don’t show up in a search either. I copied the folder over from VMware Workstation to my main machine and still the files are super hidden! There are zero files in the folder according to Windows.
How is this voodoo magick possible? I want to emulate this using Delphi in my own encryption program. I have not found any way on here and via Google that suggests how it is possible but the actual programs help file says they are still in the folder but do not register with most normal Windows software that process files.
This is one of those questions where I can not give any code to show what I have tried, but rather open to suggestions of what I can try or maybe someone here knows exactly how it is done?
Since less informa
One possebility would be using alternative filestreams on NTFS, which can be added to files and folders. You can just try this by typing “notepad C:\temp:hidden1.txt” at the comandline, new filestream will be created if you aswer with yes. After saving you can reopen it exact the same way. This can also be done from delphi (loading/saving). Will only work if NTFS is used.
I don’t know if this method is used in described case, finding ADS can be done with following code:
Call could be e.g.