Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Public key encryption

Status
Not open for further replies.

adasoft

Programmer
Joined
Jan 31, 2002
Messages
132
Location
IN
Hi,

I want to use public key encryption in my system.Suppose there are three communicating parties A,B and C.They have to communicate with each other.It means they will generate their own key pair and disribute their public keys to rest of two among three.Now suppose I am A.In that case I will have to have my private key and B, C's public key.Can I import these three keys in my CSP in the container where I generated my key pair?
 
You can use public-key encryption via the CAPICOM dll, supplied by Microsoft. It's a COM wrapper around the cryptographic services supplied by Windows.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Hi Chiph,

Thanks for ur reply but this is not the answer of my question.I have used CAPICOM.dll as well as ADVAPI32.dll.I want to know that can I import these three keys in my CSP in the container where I generated my key pair?
 
Sorry, I don't know.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top