Creating a list of checksums

English support for the software AllDup
Post Reply
lilgos
Posts: 1
Joined: 14 Mar 2025, 04:43

Creating a list of checksums

Post 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.
Administrator
Site Admin
Posts: 4125
Joined: 04 Oct 2004, 18:38
Location: Thailand
Contact:

Re: Creating a list of checksums

Post by Administrator »

Try this app: Checksum Compare
therube
Posts: 340
Joined: 07 Nov 2012, 00:28

Re: Creating a list of checksums

Post 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.)
Post Reply