tags:

views:

2180

answers:

4

I'm looking for an easy to use PGP Library for C#. Does anyone know of any, preferably for free?

+5  A: 

Did you check out SharpPrivacy - OpenPGP for C#? Does it meet your needs?

lothar
A: 

How about SharpPrivacy? Its a GUI app, but you may be able to use the source code for your own purposes.

This page also seems to have a few good links (...alongside mostly condescending answers!)

porkchop
+8  A: 

An alternative to consider is the Bouncy Castle Crypto APIs for C#, which implements OpenPGP.

snowcrash09
A: 

For a supported product with samples and documentation see OpenPGPBlackbox components developed by our company. While not free, this is the comprehensive solution that implements the standards (RFC 2440 and 4880) completely.

Eugene Mayevski 'EldoS Corp