PgP Encryption and Decryption using BouncyCastle c#

前端 未结 2 389
猫巷女王i
猫巷女王i 2020-12-03 03:44

I\'ve seen a number of posts, followed a number of tutorials but none seems to work. Sometimes, they make reference to some classes which are not found. Can I be pointed to

2条回答
  •  渐次进展
    2020-12-03 04:24

    How's this:

    PartialInputStream during Bouncycastle PGP decryption

    Also, the zip contains examples here:

    http://www.bouncycastle.org/csharp/

    Hope this helps. If you're still stuck, post some more detail about what classes the compiler is complaining about and the community will take a look.

提交回复
热议问题