Page 1 of 1
How to verify message digest
Posted: 2009-12-03T15:19:38-07:00
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?
Re: How to verify message digest
Posted: 2009-12-03T16:50:51-07:00
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/.
Re: How to verify message digest
Posted: 2009-12-03T21:06:02-07:00
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
).
Chuck