LicenceMe

  1. Home
  2. Docs
  3. LicenceMe
  4. Product Key

Product Key

1. Step: Create Keys

LicenceMe uses Partial Key Verification (PKV) to create and validate product keys. To do this you need some public and private key. The private key is used to create product keys and the public to validate those.

You can either create thoses keys through the gui (Unity->Window->LicenceMe Settings):

Or through code:

2. Step: Create a product key

The product key creation uses the created private key to create some new product key.

You can either create a product key through the gui:

Or through code:

3. Step: Validate a product key

The product key validation uses the public key for validation.

Again this can be done through the gui.

Or more recommended through code: