Page 1 of 1

Creating a list of checksums

Posted: 14 Mar 2025, 04:48
by lilgos
Is there a way to download a list of checksums from the database? Or when you start a search is there a way to have the checksum appear alongside the other data? I am intending to do checksum validation with our files every couple of months, and that requires a stable list of checksums to compare against.

Re: Creating a list of checksums

Posted: 14 Mar 2025, 08:22
by Administrator
Try this app: Checksum Compare

Re: Creating a list of checksums

Posted: 14 Mar 2025, 21:48
by therube
checksum.adb is an sqlite file.

So see what you might be able to do with that.
SQLite, from command line or I imagine there are any number of GUI's out there.


---


Some rambling on "hashing".

voidhash
voidhash, the ramble

(And that said, I've not found anything that I'm truly comfortable with, not command-line, not GUI.)