VBANewBie :)
Member
- Local time
- Today, 10:32
- Joined
- Apr 14, 2021
- Messages
- 88
Hello everyone , I have a program which I need to distribute and need a way to create a unique license key for each device , What I have done so far is :
Thanks
- I made a form in the db which pull HDD serial and CPU serial then combine them in one string with separator then encrypt the string using XOR method and put the encrypted text in a textbox visible to the user .
- The next step is to receive that string from the user and decrypt on my device and split it to get the vital data for license (HDD & CPU) .
- the third step which I'm missing that I need to do something with the data then encrypt it again to send back .
- The final step , The user receive the product key and put it in another textbox , The form will decrypt then check (I don't know what to check for !) then activate the program if the product turned to be valid by inserting the cpu and hdd serial in a table .
Thanks