1

Topic: Checking and comparing checksums

Because of the fact, that GnuPG supports the feature to generate md5 and SHA checksums of any file, I think it would be useful to integrate that feature into FireGPG.
To check and compare the checksums of downloaded files for example, there could be a new entry in the context menu of any file entry in the download manager, which pops-up a new dialogue window, where you can choose the checksum and a field, where you can paste in the checksum from a website to compare.

Re: Checking and comparing checksums

http://bugs.getfiregpg.org please.

Re: Checking and comparing checksums

How likely is it that it will be implemented?

I would like to have this feature too, to be able to verify the integrity of my downloaded files or files in general.

Btw: I saw this on the feature page of GnuPG: Supports ElGamal, DSA, RSA, AES, 3DES, Blowfish, Twofish, CAST5, MD5, SHA-1, RIPE-MD-160 and TIGER.
But I wasn't able to figure out, how to use GnuPG to calculate the md5 sum for a single file.

Re: Checking and comparing checksums

gnupg can not be used in the way you want.  You need to use another program such as md5sums or md5deep or md5 (in linux) to calculate a some of some random file.

Re: Checking and comparing checksums

--print-md algo

       --print-mds
              Print message digest of algorithm ALGO for all given files or stdin.  With the second form (or a deprecated "*"
              as algo) digests for all available algorithms are printed.

gpg --print-md md5 backup.log
backup.log: F1 44 07 42 CC 8F 57 7D  AC BB 13 9A 4C 4D DE 7F

md5sum backup.log
f1440742cc8f577dacbb139a4c4dde7f  backup.log

I think it's possible kevdog wink

Re: Checking and comparing checksums

Ok I stand corrected.  Sorry about the FUD

Re: Checking and comparing checksums

http://blog.getfiregpg.org/2009/07/11/w … ded-files/ :]

Re: Checking and comparing checksums

This looks great, people need to be able to find out downloaded files checksums without resorting to command line tools!

I emailed the developers through the website too but thought I'd post here. I work on metalink which includes checksums & signatures in an XML file about downloads (also mirrors & other info).

DownThemAll is another extension that already supports metalinks, & could do the downloading. Could DTA make use of FireGPG if it is installed?

Re: Checking and comparing checksums

I just reply to you by email wink

Re: Checking and comparing checksums

Great and useful feature!
Really, thank you for implementing this!

But I am missing a way to paste in a checksum to let it be compared and verified with the calculated one.

Maybe you could also add the possibility for verifying a file by choosing a .md5 file from your local drive (.md5 files often includes several lines with the checksums on the left and the file names on the right, if there are more than one file offered).

Also, if a checksum fits, it should show a green info text, if not a red info text

Last edited by Emvire (2009-07-30 23:32:41)