Page 1 of 1

Check key validity/expiration in runtime

Posted: Fri Jan 28, 2022 7:57 am
by Enigma
This plugins checks if the license key is valid in runtime, i.e. during the application works.
Enigma Protector itself does not check for key expiration in runtime, we assume the develop should do that and make necessary actions when key expires (close application, etc).

In this plugin, if the key has expired or became invalid, protected process just exists. This may be suitable for some specific cases. If needed, modify plugin sources (written in Delphi) for your own needs.

Delphi sources:
src.zip

x86 and x64 binary files:
bin.zip