|
-
Apr 25th, 2007, 10:04 PM
#1
Thread Starter
Addicted Member
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
-
Apr 25th, 2007, 11:11 PM
#2
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
-
Apr 26th, 2007, 12:15 AM
#3
Thread Starter
Addicted Member
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...
-
Apr 26th, 2007, 12:16 AM
#4
Thread Starter
Addicted Member
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
-
Apr 26th, 2007, 02:08 PM
#5
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
-
Apr 26th, 2007, 06:11 PM
#6
Re: licensing: system registry vs. database
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
|