tags:

views:

55

answers:

3

I'm looking for something that is non-beta and can decrypt a file with a couple lines of code.

I tried looking at BouncyCastle, but its so complicated I can't figure it out and every forum I check has people likewise perplexed.

I also looked at SharpPGP, but that never got past version 0.1 and the author himself recommends against using it.

A: 

The only commercial quality OpenPGP component for .NET is our OpenPGPBlackbox (part of SecureBlackbox product). It supports all OpenPGP operations and algorithms, and most operations are done in several lines of code. Samples are available to illustrate "primitive" operations

Eugene Mayevski 'EldoS Corp
A: 

It's not .NET, but if you some examples of how this sort of stuff can be done I have RSA signing code and parsing/generating code in ruby, python, and PHP:

singpolyma