Thank you!
That was exactly it. In in Java the string "SHA" refers to "SHA1". In
OpenSSL "SHA" refers to "SHA0".
Eric
On Oct 1, 2004, at 3:50 PM, David Schwartz wrote:
When I attempt to get a SHA message digest value for a specific string
using Java and Openssl, I get a different value. I was ho
nyone know of a document has examples of sha hashes given input,
that I can use to validate my code?
Eric Meyer
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
The PEM format is already Base64.
Also, your sample includes characters that are invalid for a Base64
encoded data, which is explicitly 7 bit safe, so would not include an
accented character. It looks like your null byte is in the wrong place.
It probably should have come after the "=" sign.
Er
Carlos,
Thank you very much for the links. The link
http://www2.psy.uq.edu.au/~ftp/Crypto/certs.html is exactly what I was
looking for.
Thanks again
Eric
On Sep 2, 2004, at 11:36 AM, Carlos Roberto Zainos H wrote:
Eric Meyer <[EMAIL PROTECTED]>