namazso / OpenHashTab

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

Conveniently generate and export only 1 hash (via context menu) #181

Open redactedscribe opened 1 year ago

redactedscribe commented 1 year ago

As noted in #59, it's possible to Shift+Click to quickly export a single hash from the list of already generated hashes. This is useful, but it seems that there's no way to simply generate one hash and export it:

Every time the hashes pop-up / tab opens, all (multiple) hashes are calculated, which is slow on multi-gigabyte files. I only want one algorithm to run in those cases and it's a pain to go into the settings, uncheck my preferred algorithms (which typically run quickly on most small to medium-sized files), and close and re-open the pop-up / Properties window just to generate and export the single hash. Afterwards, my preferred algorithms need to be re-enabled for the purposes of everyday use. Again, tedious.

Example implementation:

(In bold is the TLDR.)

This kind of design would be a great help when needing only one or two hashes of common or uncommon use to be calculated and exported without fiddling with enabling and disabling options. An alternative approach could be some kind of profiles system, but at minimum, I'd just really like a convenient method to be able to calculate and export one single hash.

Thanks!

OHT 3.0.2