namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.14k stars 122 forks source link

Single hash files detected as sumfiles but aren't processed meaningfully #129

Closed lp1017 closed 1 year ago

lp1017 commented 2 years ago

hashing a file like this: 1111.txt show blank 2022-06-30 222135

Can't move to recycle bin 2022-06-30 221724

jpc-ae commented 2 years ago

I've experienced this as well with windows ffmpeg as an example. When opening ffmpeg-5.1-full_build.7z.sha256 with ffmpeg-5.1-full_build.7z sitting next to it, I get a similar window to the one already posted.

It seems that OpenHashTab doesn't recognize the file to compare the hash with as it's not included in the contents of the file. The sha256 file only includes the hash itself, so to process it meaningfully, the name prior to the .sha256 should be taken as the file to compare, and of course sha256 as the algorithm.