Generate license keys

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Riski1588
Posts: 13
Joined: Wed Aug 22, 2018 10:54 am

Generate license keys

Post by Riski1588 »

Hello,

I'm developing a front end for ease of admin that interfaces with Enigma, PayPal and Discord. I'm selling my piece of software and would like to automatically generate a license key via the front end rather than having to manually run the license ID software - is this possible?

R
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Generate license keys

Post by Enigma »

Hi, yes, this is possible to do. We really have a separate product for such cases, this is Online Activation Panel https://enigmaprotector.com/en/aboutoap.html it can accept orders (including Paypal and many other systems) and generate keys when user tries to activate.

If you prefer to use own solution, then yes, it is not so complex to implement.
The scheme would be the following:
1. Install a CGI keys generator provided by Enigma Protector https://enigmaprotector.com/en/help/man ... f6ec7d697d (if you are unable to set up keygen on own server, contact us at support@enigmaprotector.com we give you an alternative)
2. Using PayPal IPN system, you call some own PHP script when new order comes.
3. PHP script, based on the IPN information, generates a license key using CGI keygen and sends this generated key to customer by email.

Hope this helps.
Post Reply