Contact Us Forum Customers Area

DidiSoft Ltd.

Archive for the 'OpenPGP Library for .NET' Category

OpenPGP Library for .NET Roadmap 2012

January 8th, 2012

This is our official roadmap for DidiSoft OpenPGP Library for .NET for year 2012. As always there can be slight changes during the year but we are going to inform you when a new feature set is ready. Sign up for our newsletter if you haven’t done so yet and stay tuned. Upcoming features this [...]

OpenPGP Library for .NET 1.7.2 is available

November 10th, 2011

We are happy to announce that version 1.7.2 of OpenPGP Library for .NET is available for download. Existing customers can download the new version from our customers’ section located at http://didisoft.com/customers/ Below is a list describing the changes in this release. As always the new version is fully backward compatible with the previous one, so [...]

OpenPGP Library for .NET 1.7.1 has been released

July 22nd, 2011

We are happy to announce that OpenPGP Library for .NET version 1.7.1 has been released. This release fixes two bugs and adds some additional methods. Below is the list of changes in this update.  [*] : Bug  [+] : New  [-] : Removed  [!] : Modification  [*] Fixed decryption of conventional encrypted (PBE) files, created [...]

OpenPGP Library for .NET version 1.7 is ready

May 19th, 2011

We are happy to announce that version 1.7.0 of OpenPGP Library for .NET is ready for download. Among the new features now the distribution zip package contains a signed Setup EXE file. The setup will create a program group “OpenPGP Library for .NET 1.7” in the Start menu/Programs section and also register the Library API [...]

OpenPGP Library for .NET version 1.6.3 is ready

March 18th, 2011

We are happy to announce that version 1.6.3 of OpenPGP Library for .NET is ready for download. This release contains a few bug fixes and some methods required by one of our customers. Existing customers can download the production version from our Customers Area. Evaluation version can be obtained from www.didisoft.com/pgpnet.zip Legend [*] : Bug [...]

OpenPGP Library for .NET version 1.6.2 has been released

February 9th, 2011

We are happy to announce that update 1.6.2 of OpenPGP Library for .NET is ready for download. Existing customers can download the update from our Customers Area. Bellow is a list of the changes in this release: [*] : Bug [+] : New [-] : Removed [!] : Modification [+] Added PGPLib.EncryptFile with support for [...]

RoadMap 2011 .NET OpenPGP

January 24th, 2011

In the spirit of openness and transparency, we publish this roadmap to inform you for the new features that will be added to OpenPGP Library for .NET in this year. Like all roadmaps, it may shift slightly, but we will share insight into what is happening as details become available. Q1 Support for key revocation: [...]

OpenPGP for .NET 1.6.1

December 14th, 2010

We are happy to announce that a minor update release of OpenPGP Library for .NET has been shipped. Existing customers can download the updated DLL files from the Customers’ Portal. Below is a list of the new features: Agenda: [*] : Bug [+] : New [-] : Removed [!] : Modification HISTORY: ——– Version 1.6.1 [...]

OpenPGP Library for .NET 1.6.0 has been released

October 11th, 2010

We are glad to announce that version 1.6.0 of DidiSoft OpenPGP Library for .NET is ready for download. Below is a short list of the changes included in this release. Agenda: [*] : Bug [+] : New [-] : Removed [!] : Modification Changes: [+] Added enum CompressionAlgorithm. [+] Added enum HashAlgorithm. [+] Added enum [...]

OpenPGP clear sign format details lateral

August 19th, 2010

While 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 [...]