Skip to content

Releases: Cryptolens/cryptolens-python

v_13: Remove dependency on pycryptodome

08 Nov 15:16
780355f

Choose a tag to compare

Added @svedi's code to verify RSA signatures

v_12: Fix Helpers.GetMachineCode() on Mac

16 Oct 12:59

Choose a tag to compare

This release includes a fix for Helpers.GetMachineCode() on Mac. Two problems were solved:

  • In Python 3, there is no need to decode the string again (to utf-8). Fixes #15.
  • In both Python 2 & 3, the machine code was not returned from the method.

v_11: Fix behaviour of Deactivate and CreateTrialKey when an API error has occured

04 Oct 11:31

Choose a tag to compare

Previously, Deactivate and CreateTrialKey would not notice an API error since "result" parameter was an integer but the library treated it as an integer.

This is now fixed to in this release. Moreover, we have added an additional check in case the result parameter is not present at all (for rare 500 errors).

Thanks to @tgamauf (#12) and @mhantke.

v_10: Fix machine codes on Mac

06 Aug 11:25

Choose a tag to compare

v_09: Add Deactivate

24 Apr 07:02

Choose a tag to compare

Add deactivate

v_08: Create trial key (#10)

11 Apr 09:13
470a5d5

Choose a tag to compare

* Start on CreateTrialKey

* Update input parameters

* Update docs

* Update setup.py

v_07

18 Feb 14:16

Choose a tag to compare

Fix error handling and update version number

v_05

01 Feb 11:35

Choose a tag to compare

  • Allow specifying how old a license file signature can be
  • Add support for floating licenses

v_04: Add GetMachineCode method (#5)

30 Jan 09:33
536e551

Choose a tag to compare

* Add GetMachineCode method

* Add IsOnRightMachine method

* Update package info

* Update docs

v_03: Add support for saving and loading licenses as a string (#4)

29 Jan 15:52
979f2f9

Choose a tag to compare

* Add support for saving and loading licenses as a string

* Update examples