Re: RSA sign with MD5 encryption (General questions)
Erick,
correct. Component will not do MD5 hashing, but call to OpenSSL's RSA_sign will do that.
Regards.
Great, thanks for the info.
Two more questions:
1. How can I load the .cer file to let me verify the cipher text I just got? (The public key is in the certificate store).
2. Should I digest and then sign the string? It will be a very big string (500 chars, more or less) and the other part (the people I will send the cipher text in Base64) shall be able to verify it with my certificate, supposedly under a standard. (I think its PKCS#1). While I am pretty confident that I should hash the strig and then send the hash to the Sign function, I just would like to know the answer (The call to Sign seems to fail if I send a string that big).
Complete thread:
- RSA sign with MD5 encryption - Erick Daniel, 2004-12-08, 21:37
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-08, 23:49
- Re: RSA sign with MD5 encryption - Erick, 2004-12-09, 21:19
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 00:10
- Re: RSA sign with MD5 encryption - Erick Daniel, 2004-12-10, 01:01
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 01:10
- Re: RSA sign with MD5 encryption - Erick Daniel, 2004-12-10, 16:45
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 18:32
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-11, 01:53
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 18:32
- Re: RSA sign with MD5 encryption - Erick Daniel, 2004-12-10, 16:45
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 01:10
- Re: RSA sign with MD5 encryption - Erick Daniel, 2004-12-10, 01:01
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-10, 00:10
- Re: RSA sign with MD5 encryption - Erick, 2004-12-09, 21:19
- Re: RSA sign with MD5 encryption - wodSupport, 2004-12-08, 23:49