Hello! Can anyone give me a tip on a fairly good serial code system for my software, i obviously don't want to store the codes in the software(unless that's what you ussualy do) I want to be able to hand out a certain serial code and when they enter it unlocks their program, but i want the serial to only be able to be used once. Maybe the software could require you to access the internet to unlock it or something. But can anyone help me write some kind of code?
DoctorGiraffe 0 Newbie Poster
Recommended Answers
Jump to PostIf you're familiar with service programmig you could just create your own registration service, where license codes are connected (encrypted with?) the host's MAC adress for example. It's how i do it in my C++ projects.
Jump to PostImplementing a server side system to unlock/activate codes is not trivial - you will waste a lot of time. I would advise you to use a ready tool. Have a look at CryptoLicensing …
All 8 Replies
sling blade 0 Newbie Poster
DoctorGiraffe 0 Newbie Poster
sling blade 0 Newbie Poster
DoctorGiraffe 0 Newbie Poster
andyman2 0 Newbie Poster
katmai539 62 Junior Poster in Training
mpino 0 Newbie Poster
ghimangi 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.