Welcome to Cryptlex!

Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using our REST API or through the dashboard and validate the license keys in your software apps using LexActivator (Cryptlex client library).

The license keys can't be shared by your customers because they are node-locked (locked to the machine where they are activated), hence preventing casual piracy.

Quick start

The complete process of adding licensing to your software app has three steps:

Step 1. Add a product in Cryptlex

Log in to the Cryptlex dashboard. Click the "Products" link in the sidebar and add your first product. You will need to create a default license policy too for the product. After creating the product select the "Licenses" link in the products table and create your first license key.

Step 2. Adding LexActivator to your software app

LexActivator is the Cryptlex client library which you will use to add licensing to your product. Using this library you can easily validate the license key in your software app. It is a shared library available for all the major platforms - Windows, macOS, and Linux. The library can be used with almost all programming languages. To learn more refer to:

pageUsing LexActivator

Step 3. Using Cryptlex Web API to automate the order process

You can use the web API to automate your order processes by generating new license keys when an order is processed through your payment processor. The web API can be used with any payment processor to generate license keys when an order is processed. To learn more refer to:

pageWeb Integration

Last updated