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
- C++ version
- Java version
- Python version
- PHP version
- Golang version
- NodeJS version
- C version
.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 cross platform version of the library, Cryptolens.Licensing.CrossPlatform, which is available on NuGet. You can also download the pre-compiled binaries 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