|
-
Aug 30th, 2008, 07:44 PM
#1
[RESOLVED] [2008] Making a registration system
Well, see, I need to create a key based registration system, like most of these top name programs use.
It doesn't need to be strong, cause I will obsfuctuate (if that's how its spelt) the program.
But, I need a generator to make the keys based off of the username, and inside my program, a way to verify what was created.
Any ideas?
-
Aug 30th, 2008, 10:46 PM
#2
Fanatic Member
Re: [2008] Making a registration system
Go search in the codebank. There is a License class that someone has created which I use a lot. Because just like you I just need a hint of security.
To create your keys use something unique to the hardware. Use the processor ID, or the harddrive serial number and create a key out of that.
-
Aug 30th, 2008, 11:00 PM
#3
Re: [2008] Making a registration system
Thanks, I will
EDIT: made it work for what I need, thanks a lot guys!
Last edited by formlesstree4; Aug 30th, 2008 at 11:48 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|