Need example for BouncyCastle PGP File encryption in C#

Posted by Daniel Brink on Stack Overflow See other posts from Stack Overflow or by Daniel Brink
Published on 2010-04-22T19:20:35Z Indexed on 2010/04/22 19:23 UTC
Read the original article Hit count: 1585

Filed under:
|
|
|

Hi, I'm trying to write an c#.net app to encrypt files using my private key (in ascii format) and any other public key (also in ascii format). The BouncyCastle library looks like the correct thing to use, but I cannot find documentation for C#. Could anyone please give me an example of how to use BouncyCastle to encrypt a file. Thank you.

© Stack Overflow or respective owner

Related posts about pgp

Related posts about bouncycastle