How to verify message digest

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
cycletourist
Posts: 14
Joined: 2007-06-25T16:08:06-07:00

How to verify message digest

Post by cycletourist »

I've searched the forums, and even Google but can not find instructions for "Verify message digest" as recommended in the installation instructions (windows binary in my case) . How do I Verify the message digest?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: How to verify message digest

Post by magick »

You can use any program that generates a SHA-256 message digest. If Windows does not have a program to generate the message digest, you can always use the Wizard's Toolkit at http://www.wizards-toolkit.org/.
cycletourist
Posts: 14
Joined: 2007-06-25T16:08:06-07:00

Re: How to verify message digest

Post by cycletourist »

Ahhh ... I didn't know that was all there was to it.
And now I see that it was there all the time in the digest.rdf file - "<digest:sha256>"

I wrote a Php script to generate it for me.

Thank you for your help (I should have studied that one a little longer :oops: ).

Chuck
Post Reply