The guys from startup.info were very kind to publish an interview with our CEO. A link to the interview here DidiSoft Inc on StartUp.info
DidiSoft
DidiSoft Ltd. company news, events and announcements.
OraSFTP – Critical update for OCT 2020 PSU patch
With the October patch OCT 2020 PSU, Oracle has changed the internal JVM contained in the Oracle Database from version JDK 1.6 to JDK 1.7. Unfortunately, a statically initialized field from a nested class was affected by the modified behavior of the Java runtime in version 1.7. An indication of this fatal behavior is when […]
Blazor server app with PGP encryption
Recently we were asking ourselves will OpenPGP Library for .NET work in a Blazor application. As you probably know there are two types of Blazor applications, server and WASM (web assembly). In this article, we will demonstrate the usage of the library in a server application. For WASM a few words will be said at […]
Recent updates in the Oracle PL/SQL extensions product line (April)
OraSFTP OraSFTP is now in version 1.4.7 with recent enhancements being a fix for connecting to SFTP server FileMage Gateway located on Azure and a new method that allows setting remote file permissions. OraRSA OraRSA has been updated to version 1.3.4 with a different set of setup files for Oracle 11-18 and Oracle19. A set […]
OpenPGP Library for .NET with support for EdDSA and Curve25519 keys
We are happy to announce that version 1.9.2.51 of DidiSoft OpenPGP Library for .NET supports the new EdDSA and Curve25519 based keys already available in GnuPG. With this version on you will be able to communicate with systems that are running on the latest versions of GnuPG/gpg (2.2+). What is EdDSA EdDSA is an Elliptic […]
New authentication methods in OraSFTP
OraSFTP version 1.4.5 adds support for Elliptic Curve based SFTP key exchange and public-key signatures. The complete list of new cryptography enhancements in this version is available below: Key exchange (KEX) An SSH session begins with a cryptographic exchange based on asymmetric cryptography algorithms, in order for the client and the server to agree on […]
OpenPGP Library for .NET in Yubikey Partner Program
We are happy to announce that as of version 1.9.2 onward DidiSoft OpenPGP Library for .NET is part of the Yubikey Partner Program. Yubikey OpenPGP card functionality can be programmed with the DidiSoft.Pgp.Smartcard.SmartcardKeyStore class and the low-level cryptography operations are executed on the Yubikey drive. Other OpenPGP smart cards The same smartcard OpenPGP API is […]
OraRSA with CMS cryptography, OraSFTP with WGET
In the past few months, we have released a couple of updates to both OraRSA and OraSFTP. OraRSA The newest version of OraRSA now provides CMS (Cryptography Message Syntax) support. Encrypting, signing, decrypting and verifying CMS data is now supported from PL/SQL. OraSFTP Custom timeout adjustment is now possible when establishing an SFTP connection. A […]
OraRSA is a proven solution for the German energy sector
As of August 1, 2019, the RSASSA-PSS digital signing algorithm must be used by all operators in the German energy and water industry sector. The ORA_SMIME package that ships with DidiSoft OraRSA have already been verified by two Geman TSO organizations to fulfill the S/MIME email format requirements for exchanging electric energy supply information. ORA_SMIME […]
Custom storage and key modification events for the KeyStore class
DidiSoft OpenPGP Library for .NET till now offered only a file-based mass key storage and temporary in-memory located one. In the latest version 1.9.1.31 has been implemented extended support for a custom key storage location. An example of such storage of the keys is a BLOB field in a database. In addition, this version of […]