Re: RSA sign with MD5 encryption (General questions)
I need to load the .cer in certain scenarios to do the verification only. In those cases, an access to the private key or the PKCS#12 file won't be possible. Any way to do it, or a workaround? Thats the last thing I need to accomplish to finish the sign/verification process. Thank you very much.
Oh, my mistake! You need just to verify? Yes, you can load CER file using wodCertificate object.
There's some info about this on
http://www.weonlydo.com/Crypt/Help/HowDoI.html
Let me know how it goes.