Releases: Cryptolens/cryptolens-java
Releases · Cryptolens/cryptolens-java
v1.26: Update to HasFeature method
v1.25: Update method to obtain UUID
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
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
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
v1.22: Fix for floating licenses in offline mode using the license server
Fix for license server (floating licenses)
v1.21: Add support for Messaging API + API error fix
- Add support for GetMessages (https://help.cryptolens.io/messaging/index)
- Fix incorrect exception messages (#22). Thanks to @sergey-oplavin.
v1.20: Add support for the license server
v1.19: Fixes to Helpers.IsOnRightMachine + support for friendly name
Update ActivateModel.java
v1.18: Add GetKey method
Update pom.xml