Home Contact Us Forum

DidiSoft Ltd.

Archive for the 'OpenPGP Library for .NET' Category

OpenPGP clear sign format details lateral

August 19th, 2010

Unit testing OpenPGP Library for .NET we came across a lateral case when performing a clear sign signature. The interesting part here is that two different Strings by means of characters can produce the same output after verification.
If we have:
Case A: stringToSign
Case B: stringToSign\r\n
the produced output in the PGP SIGNED MESSAGE part is the [...]

OpenPGP Library for .NET Update - version 1.5

May 2nd, 2010

Version 1.5 of OpenPGP Library for .NET is released.
This version contains full support of key store functions, clear signing (version 3 too) and verification of clear signed messages.
Also a few bugs from previous releases are fixed.
DidiSoft Development Team

Version 1.4 of .NET OpenPGP Library is out

December 21st, 2009

.NET OpenPGP Library Version 1.4 is ready for download.
Included are
Method GenerateKeyPair - generates public and private OpenPGP key pair with specified key size.
Methods ExportPublicKey and ExportPrivateKey for exporting generated in a key store key pairs into standalone files.

.NET OpenPGP Library - Update (File locking problem)

October 30th, 2009

Thanks to Rohan Lean from Business Mobility Solutions, a file locking problem has been found when PGP encrypting  using the EncryptFile method. The solution was using FileShare.ReadWrite mode.
.NET OpenPGP Libray has been updated
Thank you Rohan.

OpenPGP Library for .NET version 1.3 is out

September 4th, 2009

A .NET OpenPGP Library is available for download. The Library is entirely in managed code, with no other dependencies.  The library is compatible with OpenPGP standard and GnuPG and PGP(r) implementations.
For details see the homepage of the .NET OpenPGP Library.