Re: RSA sign with MD5 encryption (General questions)
We made a mistake. wodCert.PublicKey property does not return same data as wodKeys.PublicKey (well, at least not for RSA keys). In order to avoid problems, wodCrypt.SecretKey now (since version 1.2.2) accepts contents of PublicKeyOpenSSH properties - meaning OpenSSH public keys. Even better - these are ASCII (base64) values so you can even keep them in your applications.
So, from now on you can open CER file with wodCertificate (shipped with wodCrypt since this version), and do
wodCrypt.SecretKey = wodCertificate.PublicKeyOpenSSH
and it will work.
Hope I helped!
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