11.03.2005 12:04:42 | Recover signed data - CAPICOM | | Ответов: 4 |
|
Letcho | | |
|
I have data which is in byte array encrypted with public key which is also as byte array. How is possible to recover original data using CAPICOM and public key? |
|
Ответы:
|
11.03.2005 12:10:09 | Kirill Sobolev |
|
Impossible, 2 reasons at least:
1) To decrypt data encrypted with public key you need corresponding private key
2) CAPICOM doesn’t work with keys, it works only with certificates |
|
11.03.2005 12:24:21 | Letcho |
|
I miss one point, my data is signed using private key, i have public and wanna to recover it using CAPICOM.
|
|
11.03.2005 13:38:23 | Kirill Sobolev |
|
You can’t use public key with CAPICOM without certificate of public key owner. |
|
|
...But you can do it without CAPICOM, only with "basic cryptographic functions" (CryptDecrypt etc.) |
|