Contact Us Forum Customers Area

DidiSoft Ltd.

Archive for the 'DidiSoft' Category

Winter holidays 2011

December 24th, 2011

Greetings! As we close out the 2011 year, we want to annouce the official holidays when our support and sales departments will not be available. Our office will be closed on Monday 26th of December 2011 and on the 2nd of January 2011. We’ll be back on the 3rd of January! Happy Holidays from DidiSoft!

Whois client Library for .NET 3.0 has been released

July 29th, 2011

In the past month ICANN (the Internet Corporation for Assigned Names and Numbers) has approved the creation of generic top level domains (gTLD). The previous version of our .NET library for WHOIS queries was using a build-in list of authoritative WHOIS servers, but after this new change in in the TLD domain names scheme this [...]

OpenPGP Library for .NET in 3d2f

July 19th, 2011

The editors of 3d2f.com were kind enough to make a review of our product OpenPGP Library for .NET. The article is available on their web site at http://3d2f.com/smartreviews/1-482-openpgp-library-for-net-ultimate-data-security-for-your-own-net-applications-read.shtml.   Special thanks to the 3d2f team.  

Contribution back to BouncyCastle

July 5th, 2011

Since our products OpenPGP Library for Java and OpenPGP Library for .NET are based on the open source BouncyCastle cryptographic library, it was time for us to make a contribution to this great project. Although our first contribution is very small, it provides capabilities for generation of OpenPGP revocation certificates, key revocation and assigning designated [...]

DidiSoft joins ComponentSource

June 13th, 2011

We are happy to announce that DidiSoft has joined ComponentSource. You can find our .NET and Java encryption libraries by searching for ‘didisoft’ or in the Encryption category on the ComponentSource web site. If you have any questions you can contact the ComponentSource customer support available in English, French, German, Italian, Spanish, Japanese, Korean, Cantonese [...]

OpenPGP Library for Java version 2.5.5 has been released

March 29th, 2011

This release contains a few bug fixes and a lot of new features, including support for multiple files OpenPGP archives, a feature introduced in PGP Desktop Version 9. Existing customers can download the updated version through our customers’ area. The evaluation version is available here. Below is a list of the changes available in the [...]

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

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