Can any one help me on software licence module. We created a new application and want to release a demo version(30 days trial) of our tool later we need full version. How can i generate license file or license code and how to limit 30 days evaluation. Please give me some help on this.
Our application is developed on windows in QT
There could be several possibilities:
You may also require to:
key encryptor) that would generate(a hash out of a certain key) the serial key.key decrytor in your product that, upon getting the key from user input, would try to generate the same(hash?) key and compare that hash with your decryptor algo.Checkout this and this that uses SerialNumberTemplate to get serial number during installation.
--EDIT--
You can note the time either from:
Install override method.DateTime.Now.Date to get the current date and encrypt/save it somewhere, probably registry.Although I don't see the connection to patents it's as easy as that:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With