Tyler
Tyler

Reputation: 13

Using mutiple keys for Bouncy Castle C# API

I am writing a program in C# to encrypt files with a private and public pgp key. I am very new to PGP and C# but I am getting a hang of it. Can some point me in the right direction on how to use Bouncy Castle C# API to use multiple keys.

Upvotes: 1

Views: 5619

Answers (1)

Mohamad Alhamoud
Mohamad Alhamoud

Reputation: 4929

Have a look at some examples and source code since you are new to pgp , a good tutorial can be found here and also you can find an example here ,
also you can fide some C# examples in the BouncyCastle site

Upvotes: 1

Related Questions