Yea I have heard of this encryption before. I was wondering could this be used to make a license key?
Yes why not....
I experimented my self with this stuff, but unfortunatelly the extension for gmp is available only in source code. Can somebody help me find a compiled one?
Actually there are many ways to implement something like that.
Before this question is how you will distribute your code. For example if you give source to your client, then it is obvious that whatever you do, the client can brake the code and copy your project.
So in order to implement something like this you should distribute compiled or even better encoded files. Then you can use the license as a encoded key of your database, and each time the user will run the script, it will make a request in your server which will give the command to stop the script or whatever.
Novice Spammer
Posts: 100
103 credits Members referred : 0
« Reply #7 on: Sep 12, 2005, 05:00:43 PM »
I was thinking you can make your client come to your website and enter their paypal info and make the script generate a license which can be added to license.php that comes with the project. Will that work?
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8357
43129 credits Members referred : 3
I was thinking you can make your client come to your website and enter their paypal info and make the script generate a license which can be added to license.php that comes with the project. Will that work?
Sure it will work. But how you will secure it from a user that knows coding?
For example you are using a license.php which is included to the whole project and gives a signal if the program is registered.
What if the client removes this file and replace it with one that will give the 'ok' signal automatically?