Hi all,
I want to idea/code for license key generation.
In detail, I give a product to client, while installation it will generate one key and asked unlock for that key. Client mail to this key to me and asked unlock key. After got unlock key from me, client enter to application and continue installation (after checking correct unlock key inbuilt function).
How i can generate key using md5/hash or some thing....
In my application should generate the key and unlock with my keyword....
like md5 generate key with my word "MyWorld" - md5(MyWorld)...
Pls help
I want to idea/code for license key generation.
In detail, I give a product to client, while installation it will generate one key and asked unlock for that key. Client mail to this key to me and asked unlock key. After got unlock key from me, client enter to application and continue installation (after checking correct unlock key inbuilt function).
How i can generate key using md5/hash or some thing....
In my application should generate the key and unlock with my keyword....
like md5 generate key with my word "MyWorld" - md5(MyWorld)...
Pls help
Comment