Results 1 to 6 of 6

Thread: licensing: system registry vs. database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    208

    licensing: system registry vs. database

    hi there,

    im currently developing a system that requires a license key.. where do you think is the best place to put the license key? in the database or in the system registry..

    thanks

    alexis23

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: licensing: system registry vs. database

    well they are both not good choices... unless the database is password protected and it is encrypted.

    If you are already using a database for your project, i would say use a database. If you are not, and would only be storing the key in it, theni would say use the registry.
    My usual boring signature: Something

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    208

    Re: licensing: system registry vs. database

    when we say save in the registry, is it the "savesetting"? or is there other high level of security to save it in the registry make sure it is secured from hacker (sample codes are greatly appreciated) .. you know, i want my application run for 30 days trial period and i save the date of the installation...

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    208

    Re: licensing: system registry vs. database

    talking about encryption of the database.. do you some sample codes, too.

    im using vb6-msaccess in my project.

    thanks,

    alexis

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: licensing: system registry vs. database

    That depends on how secure you want to be. There's code for blowfish encryption on the web. Not trivial by any means, but secure.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: licensing: system registry vs. database

    Moved

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