RSACryptoServiceProvider

H

hula

Hello out there

can anyone tell me if there exists something similar to
RSACryptoServiceProvider that i can use to encode/decode messages but
just the contrary way?
I mean having a private/public key on some app and use only the public
key on another app to decrypt the messages.
All i want to do is shipping some data to some customers (via email
eg.) but have the data crypted.

thanks
 
R

rossum

Hello out there

can anyone tell me if there exists something similar to
RSACryptoServiceProvider that i can use to encode/decode messages but
just the contrary way?
I mean having a private/public key on some app and use only the public
key on another app to decrypt the messages.
All i want to do is shipping some data to some customers (via email
eg.) but have the data crypted.

thanks
You may get better advice on sci.crypt, where there are more experts
in this sort of thing.

rossum
 
I

Iwan Petrow

I don't know the capabilities of .net framework in this area but if you
could decrypt first the message and for the received message crypt the
data with the same parameters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top