vote up 6 vote down star
6

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

flag

You may be able to find a GPG (GnuPG) library if you google... I found one on CP that had parts that worked ok. – StingyJack Apr 24 at 20:17
@StingyJack, I ultimately used your suggestion and went wit GnuPG. I did, however, have to slightly modify the BuildOptions function. Please post it as an answer to this question and I'll give you credit. – jinsungy Apr 28 at 13:05

3 Answers

vote up 5 vote down check

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

link|flag
vote up 0 vote down

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!)

link|flag
vote up 4 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.