Cryptolens Licensing Client
Introduction
Cryptolens.Licensing (aka SKM Client API) is a free of charge, open source library that provides additional methods for the functionality available in the Cryptolens platform. One of the examples is key activation. In other words, it is used to simplify interaction with the Web API.
NOTE: The use of most of the methods requires an active subscription.
There are currently five versions of the API.
.NET version
Download
Note: If you plan to use the client with Mono (eg. in Unity) or on Linux/Mac, you need to use the binaries without System.Management, which can be downloaded here.
Getting started
We recommend to review the following tutorials:
- Describes all the important concepts and code example
- Common pitfalls described
- Documentation of user account authentication (beta)
C++ version
Download
Getting started
Java version
Download
Getting started
Python version
Download
- Run
pip install licensing
. - Source code