Serial number generators

What are they for?

Apart from VMProtect, other software can generate serial numbers too. This is necessary to automate sending serial numbers. A customer purchases the product, an e-commerce agent sends an HTTP query to the website of the vendor, the generator runs on the server and produces a serial number based on customer's data. The serial number is sent to the customer and to the vendor. The vendor then adds the serial to VMProtect manually using the import license dialog.

How it works

The licensing system of VMProtect is based on asymmetric algorithms, that is why a secret product key is required to generate a serial number. You can export this key in the project properties window and pass it to the generator in any suitable way.

The generator is called by the e-commerce agent using an HTTP query. A PHP generator can be called directly, a DLL-based generator - indirectly, but the principle is the same:

Are there any existing generators?

The licensing system comes with three ready to use serial number generators as DLL, for the .Net platform and on PHP.

Can I make my own generator?

Yes, you can. The format of the serial number is here, serial number encryption algorithms are described here.

Is it safe?

Generally, yes, this is safe. However, you should follow these recommendations:







© 2006-2015 Copyright VMProtect Software