Contact Us Forum Customers Area

DidiSoft Ltd.

Archive for 2010

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

New toll free number for USA and Canada

December 1st, 2010

We are happy to announce that you can reach us at a new toll free number for USA and Canada: +1-866-253-7568 Our old USA number will be available till the end of December. Please update your contact information. With best wishes. DidiSoft Team

OpenPGP for Java – update 2.5.3 is released

November 30th, 2010

A new updated version 2.5.3 of OpenPGP Library for Java is ready for download Existing customers can download it through the Customers Area. Below is a list of changes in this release: [*] : Bug [+] : New [-] : Removed [!] : Modification Version 2.5.3 [!] KeyPairInformation.getKeyIDHex() has been changed to display the same [...]

OpenPGP Library for Java version 2.5 is ready

October 20th, 2010

[*] : Bug [+] : New [-] : Removed [!] : Modification List of changes: [+] Added interface CompressionAlgorithm with constants for available compression algorithms. [+] Added interface HashAlgorithm with constants for available hashing algorithms. [+] Added interface CypherAlgorithm with constants for available cypher compression algorithms. [+] Added methods PGPLib.getCompression() and setCompression(int), that controls the [...]

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

Javadoc tooltips in Eclipse

August 2nd, 2010

This article is a short list of steps to perform in order to see more meaningful tooltips when programming with DidiSoft OpenPGP Library for Java. It assumes that you use Eclipse as your Java IDE. 1. Download and unpack pgplib.zip. (or pgplib_prod.zip if you have already purchased it) 2. Start a new Eclipse project and [...]

OpenPGP from ColdFusion

June 1st, 2010

One of our customers revealed that he had successfully used OpenPGP Library for Java in a ColdFusion project. Here is a simple example: <cfset pgp = createObject(“java”,”com.didisoft.pgp.PGPLib”).init()> <cfset root = “c:\WWW\site\htdocs\example_PGP”> <cfset private_key = root & “\private_key.skr”> <cfset input = root & “\INPUT.txt”> <cfset output = root & “\OUTPUT.pgp”> <cfset pgp.signFile(input, private_key, “password123″, output, false)> [...]

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

OpenPGP Library for Java version 2.4 is ready

March 23rd, 2010

We are happy to announce that version 2.4 of OpenPGP Library for Java is ready for download. Some of the new features are verification and generating clear signed messages (both version 4 and version 3 format) and  generation of OpenPGP keys with expiration date. Speed of operations with large files, bigger than 10 MB is [...]