For me the most helpful feature in Everything is md5 property as it is so helpful to manage my files and keep my storage clean, now I wonder if it is possible to have something like "Search for a list of filenames" but the file contains md5 values. I tried
Curious.
How, why, are you wanting to going from md5 back to filename?
I could see if you had a list of name:hash,
& your disk went bad & you recovered files, that then lost their filenames (such that recovered files would have some "random" name), that if you then hashed the recovered filenames, you could use that hash to "recover" the original file name (assuming the hashes agreed to hash in your name:hash list).
It’s quite simple. Over the years, I’ve collected hundreds of thousands of images and videos stored across floppy disks, CDs, and external hard drives. I’ve gathered all of them into one location and developed several applications to create a clean, duplicate-free collection.
The first step is to remove duplicate files, regardless of their filenames. The next step (for images) is to identify and eliminate identical images, even if their MD5 hashes differ. Once the entire process is complete, I can safely create a backup and store a copy in my Google Drive.
That’s the general goal. However, my current request arises because I already have many copies saved randomly in Google Drive. Comparing them with local files using traditional methods would be resource-intensive and unreliable. To solve this, I used the Google Drive API to extract a list of files along with their MD5 values. This allows me to compare those hashes with the exported file list from Everything — and it works well.
Still, with the current request, I aim to save time by skipping the export-and-compare step entirely, enabling me to manage these files directly within Everything.