使用多个键用于Bouncy Castle C#API

时间:2020-12-31 18:33:29

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.

我正在用C#编写一个程序,用私有和公共pgp密钥加密文件。我是PGP和C#的新手,但我对它有所了解。有些人可以指出我如何使用Bouncy Castle C#API来使用多个键。

1 个解决方案

#1


1  

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

看看一些例子和源代码,因为你是pgp的新手,可以在这里找到一个很好的教程,你也可以在这里找到一个例子,你也可以在BouncyCastle网站上找到一些C#例子。

#1


1  

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

看看一些例子和源代码,因为你是pgp的新手,可以在这里找到一个很好的教程,你也可以在这里找到一个例子,你也可以在BouncyCastle网站上找到一些C#例子。