Skip to content

Releases: Cryptolens/cryptolens-java

v1.26: Update to HasFeature method

22 Sep 09:30
Compare
Choose a tag to compare

Minor update to HasFeature method and update of the gson library.

v1.25: Update method to obtain UUID

28 Jun 12:57
Compare
Choose a tag to compare

This version changes the way UUID is computed on Windows with v=2 (i.e. when either Helpers.GetMachineCode or Helpers.IsOnRightMachine is called with version parameter set to 2). Instead of using WMIC, the following command is used instead:

cmd /c powershell.exe -Command "(Get-CimInstance -Class Win32_ComputerSystemProduct).UUID"

Please note that in case of an error when retrieving the UUID, null will be returned.

v1.24: Add an option to disable SSL verification

10 Nov 12:50
Compare
Choose a tag to compare

SSL certificate verification can be disable by setting adding the following line before calling e.g., Key.Activate:

HelperMethods.SSLVerifyEnabled=false;

v1.24: Add an option to disable SSL verification

08 Nov 13:03
Compare
Choose a tag to compare

SSL certificate verification can be disable by setting adding the following line before calling Key.Activate:

HelperMethods.SSLEnabled=false;

v1.23: Add a new method to compute the machine code + new overload of GetKey

22 Oct 10:22
f04fc03
Compare
Choose a tag to compare

v1.22: Fix for floating licenses in offline mode using the license server

15 Oct 12:34
Compare
Choose a tag to compare

v1.21: Add support for Messaging API + API error fix

16 Sep 12:21
Compare
Choose a tag to compare

v1.20: Add support for the license server

18 Feb 09:16
0cc0cd1
Compare
Choose a tag to compare

v1.19: Fixes to Helpers.IsOnRightMachine + support for friendly name

23 Oct 08:31
Compare
Choose a tag to compare

v1.18: Add GetKey method

22 Oct 09:18
Compare
Choose a tag to compare
Update pom.xml