PGP keys in C# app

C

Cdudej

Hello

I need to create PGP keys then use them to encrypt a file.Could
someone tell me how they are creating the keys. When i use bouncy
castle to encrypt the txt file it complains that there isnt a public
key on my key ring. how can i rectify this.

Thanks in advance
 
P

Peter Duniho

Cdudej said:
Hello

I need to create PGP keys then use them to encrypt a file.Could
someone tell me how they are creating the keys. When i use bouncy
castle to encrypt the txt file it complains that there isnt a public
key on my key ring. how can i rectify this.

You should probably consult the Bouncy Castle folks. There's nothing in
C# or .NET to give you a PGP public/private key pair.

Pete
 

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