RSA and Public Private key

D

Dave

I have a project where I need to generate a file and then send it with a
supplied public key. I've done the file generation, now I'm trying to do the
encryption. It looks like I can use RSA, specifically
RSACryptoServiceProvider. The problem is that the public key is supposed to
use Version: PGP 7.1. What version is RSACryptoServiceProvider? Can it be
specified?

I'm new to encryption, could you point me to some documentation and examples?

Thanks
 
D

Dave

What I need is PGP 7.1. Do I need a plug in to implement this standard? If so
do you have any you would suggest?
 
C

Claes Bergefall

AFAIK PGP supports a whole bunch of different algorithms. You'll need to
find out which to use.

/claes
 

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