namazso / OpenHashTab

đź“ť File hashing and checking shell extension
GNU General Public License v3.0
3.24k stars 124 forks source link

The hash value type is incorrectly determined, resulting in unrecognized results。 #162

Closed dai640 closed 1 year ago

dai640 commented 1 year ago

The hash value is actually the MD5 value, but openhashTab determines it to be CRC32, so the best checksum judgment is wrong. hash

dai640 commented 1 year ago

I guess openhashTab is because the first 6 characters of this hash value are all numbers, so it is directly judged as CRC32.

namazso commented 1 year ago

Fixed in https://github.com/namazso/OpenHashTab/commit/88b52509b36f8ab3c518c05dad2bee075b418a0f