Programming
PGP Encryption and Decryption in C#
A while ago I knocked up a NuGet package called PgpCore which uses the BouncyCastle library to easily encrypt and decrypt files and streams. The code for the project is here and this post is mainly here to point anyone in need towards it as I had to fix a Read more…