PC Review


Reply
Thread Tools Rate Thread

client certificates and private keys.

 
 
duwayne@gmail.com
Guest
Posts: n/a
 
      13th Aug 2005
Hi,

I will be writting a web application that will accept certificates from
clients. What I really need is to get the private key from the client
and decrypt some data and display it. Clients that do not have the
private key will not encrypted data. Is this possible? Can someone
point me to the right direction.

Regards,

DS

 
Reply With Quote
 
 
 
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      13th Aug 2005
a client will NEVER send a private key.

If you get the cert from the client, they will encrypt with YOUR public key,
and you will decrypt with YOUR private key. When sending data to them, you
will encrypt with THEIR public key (in the cert), and they will decrypt with
THEIR private key.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I will be writting a web application that will accept certificates from
> clients. What I really need is to get the private key from the client
> and decrypt some data and display it. Clients that do not have the
> private key will not encrypted data. Is this possible? Can someone
> point me to the right direction.
>
> Regards,
>
> DS
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Private Key for certificates =?Utf-8?B?Q2VydGlmaWNhdGUgUHJpdmF0ZSBLZXk=?= Windows XP Internet Explorer 1 6th Jun 2007 08:31 AM
Import Certificates to private store KlassifiedBBS Microsoft VB .NET 0 28th Jun 2005 02:12 PM
Exporting/Importing SSL Certificates in IIS with Private Key Walter Zydhek Microsoft Dot NET Framework 1 2nd May 2005 03:55 PM
Export and Import certificates with private keys Ivan Zuzak Microsoft Dot NET Framework 0 11th Feb 2005 05:06 PM
Export and Import certificates with private keys Ivan Zuzak Microsoft Dot NET 0 11th Feb 2005 05:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.