Results 1 to 3 of 3

Thread: [RESOLVED] [2008] Making a registration system

  1. #1

    Thread Starter
    PowerPoster formlesstree4's Avatar
    Join Date
    Jun 2008
    Posts
    3,250

    Resolved [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?

  2. #2
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    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.

  3. #3

    Thread Starter
    PowerPoster formlesstree4's Avatar
    Join Date
    Jun 2008
    Posts
    3,250

    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
  •  



Click Here to Expand Forum to Full Width