Digital Signature on ExifTool file

Started by Songdog1, March 08, 2015, 01:36:29 PM

Previous topic - Next topic

Songdog1

Mr. Harvey:

Is it possible to put a digital signature on the ExifTool file and to post that signature so we can verify that the file we are downloading is the original file you are putting on the server and not a hacked one?

Phil Harvey

For this I would suggest doing an MD5 checksum.  You can add the checksum to the image using ExifTool, but this will require that it be removed again before verifying the checksum.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

StarGeek

I think Songdog1 means the executable, similar to what's talked about in this thread.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Phil Harvey

Oh, thanks StarGeek.  That makes more sense.

You can compare the release files against the shah and md5 checksums here:

https://exiftool.org/checksums.txt

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Songdog1

Quote from: StarGeek on March 08, 2015, 05:17:09 PM
I think Songdog1 means the executable, similar to what's talked about in this thread.

StarGeek:

Yes, you described it perfectly.

Songdog1

Quote from: Phil Harvey on March 08, 2015, 05:31:16 PM
Oh, thanks StarGeek.  That makes more sense.

You can compare the release files against the shah and md5 checksums here:

https://exiftool.org/checksums.txt

- Phil

Thank you. This was exactly what I was looking for.