GeopJr / Collision

Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
https://collision.geopjr.dev
BSD 2-Clause "Simplified" License
138 stars 15 forks source link

[Request]: Disabling/enabling hash functions #166

Open begin-theadventure opened 10 months ago

begin-theadventure commented 10 months ago

Describe the request

... -> Settings: toggles for disabling/enabling sums. This feature would be useful for larger files, as it would speed up the calculation process. I also usually only need one type of hash.

Implementation Details

GeopJr commented 8 months ago

It does sound good but we need to figure out how to do the file comparison. Right now, it calculates the sah256 hash of the selected file and checks against the open one's sha256 hash.

As it stands, I only see three options: