Wednesday, 28 August 2013

How to use public and private key encryption technique in C#

How to use public and private key encryption technique in C#

I want to encrypt a data with using public/private key technique. I mean,
encrypt with the public key of receiver and the receiver can decrypt with
own private key.
How can I do that? Do you have any suggestion or sample code or something
else?

No comments:

Post a Comment