Home Contact Us Forum

DidiSoft Ltd.

Archive for the 'DidiSoft' Category

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)>
Fore more information on [...]

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

OpenPGP Library for .NET in the Press

March 11th, 2010

A nice PR article about OpenPGP Library for .NET was published by the kind editors at 3d2f.com
The article can bee seen at http://3d2f.com/smartreviews/1-280…

OpenPGP Library for Java works with Nominet

March 9th, 2010

A few hours ago one of our customers successfully implemented communication with Nominet Domain Registrar Automatons, using our product OpenPGP Library for Java.
The key points were using SHA1 as hashing algorithm parameter, when clear signing the message for Nominet and use OpenPGP signature version 3 format.

DidiSoft with a new web site

January 24th, 2010

We are glad to present you our new web site design. The goal of the new web site is to provide simple but more easy navigation. to you, our customers.