A License Key Object is a signed object that contains all license information, such as expiry date, activated devices, and features. In Cryptolens, the JSON format is used to represent a License Key object. A license key object stored locally can be handy when the customer has temporary connection issues or works offline.
A License Server is an endpoint that your application can call to obtain the license object. Cryptolens offers both a cloud-based API that acts as a license server, as well as an on-premise license server that your clients can install on-site.
A Licensing as a Service (LaaS) provider is a cloud-based third-party provider of a software licensing system. These providers enable their customers to restrict and control the access of their software products using a set of license keys. To implement a LaaS platform for your application, you usually need to sign up to the LaaS provider, insert some code into your product, and use the LaaS provider’s dashboard or API to manage software license keys.
So how does it work? A software licensing system works as the lock in your application. You can then distribute keys to customers to allow them access. If a customer is trying to get access to your application, the software licensing system checks so that the customer’s license key is valid. They will only be allowed access if the key is valid. If a non-customer tries to access the application, they will not be able to provide a valid license key and will not be allowed access. In the LaaS dashboard, you are able to easily manage the license keys and set up more advanced licensing models.
The alternative to working with a LaaS provider is to code the system yourself. However, there are several reasons why a LaaS provider is oftentimes the better approach. Coding your own system will take both time and money, and maintaining the system will further increase those costs. If you instead outsource licensing to professionals, you get a fully maintained and scalable solution at a fraction of the price of coding it yourself. When working with a LaaS provider, you can also fully automate the license key creation process.
Choosing the best Licensing as a Service (LaaS) provider
When choosing between different Licensing as a Service (LaaS) providers, some aspects are good to keep in mind. The number of license keys you expect to create could be important. Many providers only allow you to create a limited number of license keys on each pricing tier. As a result, they can get quite expensive if you are selling B2C. However, when selling B2B, you probably require fewer license keys, and the pricing plans are then less of a problem.
Another consideration is regarding licensing models. Advanced models such as pay-per-use, floating, or node-locked licenses can come at an extra cost with some LaaS providers. Additionally, you might benefit from listing the integration capabilities you need from a licensing provider. Integration with, for example, payment providers can be crucial when setting up a software licensing system. Making sure that your provider is able to accommodate your needs in the future is also good practice because that ensures that the provider can give you room to grow. For more information, please read this blog post.
Cryptolens offers an easy-to-use LaaS platform for software developers. With our comprehensive implementation guides in your programming language, you can get started with software licensing within minutes!
A Machine Code is a unique fingerprint of a device that helps to ensure that the limit of the maximum number of concurrent devices for a license has not been reached. This is especially important for the floating licensing model.
Revenue Sharing is, in the realm of software licensing, an alternative way of paying a Licensing as a Service (LaaS) provider. It usually means that the LaaS provider takes a share of your company’s revenue instead of charging you a flat monthly fee or a fixed price.
A Service Level Agreement (SLA) is a formal agreement that defines the level of service expected from the service provider. It may include aspects such as the uptime and support response time.
Software License Templates provide an easy way of creating multiple software license keys with the same characteristics. By creating a template with the expiration date, feature sets, and other parameters, you can create multiple license keys with the same characteristics faster by just choosing the newly created template.
A Software Licensing System refers to the ability to keep track of all instances of a software product. Each person using the software is given a license key. A software licensing server stores information regarding what features that license key should have access to. The application then responds appropriately considering what that particular license key should have access to.
Uptime refers to the time that a website or web service is available to users in a given period. For reference, the industry considers 99.999% uptime as high availability.