Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Checking multiple hash files; single instance. #62

Open
a-raccoon opened this issue Aug 6, 2019 · 4 comments
Open

Feature: Checking multiple hash files; single instance. #62

a-raccoon opened this issue Aug 6, 2019 · 4 comments

Comments

@a-raccoon
Copy link

I wish to request the ability to combine or reuse the same hash checking window when checking multiple .hash files, so that several / hundreds of new windows aren't spawned.

Example: I have a filename.ext.sha512 hash for every file that's larger than 500 MB on a certain harddrive. If I were to shell execute a hundred of these .sha512 files, it would spawn a hundred hash check processes and windows. Instead, the same process and window should be reused for all hundred files, adding each to the list of files to be checked. Optionally also removing duplicate entries in case the same file is opened twice.

@a-raccoon a-raccoon changed the title Feature: Checking multiple .hash files; combined results Feature: Checking multiple hash files; single instance. Dec 4, 2019
@a-raccoon
Copy link
Author

Bump. Again, would like to select multiple hash files, select open, have a single instance of HashCheck combine queue all operations into a single list in series, instead of it opening 500 separate instances of HashCheck all running in parallel.

@aure2006
Copy link

aure2006 commented Dec 28, 2019

Latest commit on Sep 7, 2016

Have you tried HashMyFiles by NirSoft?
https://www.nirsoft.net/utils/hash_my_files.html

@a-raccoon
Copy link
Author

@aure2006 But my request pertains to opening and verifying hashes that I have saved to many different files. Instead of opening and verifying them one at a time, I asked if HashCheck would verify all of them at the same time.

HashMyFiles doesn't even have a verify option. It only generates hashes and performs no comparison to saved values.

@a-raccoon
Copy link
Author

If it simplifies things, I would expand my request to allow selecting multiple .hash files and having them concatenated into one large .hash file, with all the necessary relative / absolute paths appended to each hash dependent on the destination file save path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants