Contact Us Forum Customers Area

DidiSoft Ltd.

OpenPGP Library for .NET

Trial version PGP for .NET Order OpenPGP for .NET

Subscribe to the Newsletter Newsletter Help Online Help Examples Online Examples

Why should OpenPGP cryptography be complex when it can be as easy as:

// C#
PGPLib pgp = new PGPLib();
// should output be ASCII or binary
bool asciiArmor = false;
// encrypt
pgp.EncryptFile(@"C:\INPUT.txt",
                @"C:\recipient_public_key.asc",
                @"C:\OUTPUT.pgp",
                asciiArmor);
'-- VB.NET
Dim pgp As New PGPLib()
' should output be ASCII or binary
Dim asciiArmor As Boolean = False
' encrypt
pgp.EncryptFile("C:\INPUT.txt", _
                "C:\recipient_public_key.asc", _
                "C:\OUTPUT.pgp", _
                asciiArmor)

OpenPGP Library for .NET includes methods for OpenPGP encryption, decryption, clear signing, one pass sign and encrypt, decrypt and verify, key generation, supports both key store and keys located in files. Entirely written in managed code, there are no external third party dependencies. See our Online Examples section for more details.

Current version: 1.7.3

The Library decrypts and encrypts files that can be opened with the following software:

.net OpenPGP Library Box Shot

  • PGP ®
  • PGP ® Universal Server
  • McAfee E-Business Server
  • GnuPG (gpg), WinPT
  • Articsoft FileAssurity

Royalty free distribution
There are no hidden costs. Distribute the library with no fees to pay.

Supported .NET Versions are 2.0, 3.0, 3.5, 4.0

Trial Version Limitations
30 days evaluation copy.

Trial version PGP for .NET Order OpenPGP for .NET