Make Licence Keys

madaxe

Member
Joined
Mar 18, 2008
Messages
16
Programming Experience
1-3
I have written an application but i dont know the best way to write a licence key for it.

I have extracted nic adress, machine id and some other information but what do i do with it?

Madaxe
 
What are you asking.
Are you asking how to make Licence keys.?
or are you askig how to use licence keys you have made?

The best way i belive is if you have a program that not going to be mass shiped out.
I would make specal keys For every program and eather hard code it in to each program so only that one Key works on that one program. Or you can have a list of Keys on the internet in a file. and you can have the program look at that file and see if the key the user putin is one that is on the file online.
 
The best way is to sign your "machine code" ( the NIC, etc) using an algorithm like RSA and then verify the signnature in your app. Give CryptoLicensing a go which implements this (among other scenarios like trials, domain-locking, floating, etc) and is quite easy to use.
 
Back
Top