Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual Studio 2003 with C# 2.0 Pin
Christian Graus12-Jul-05 17:29
protectorChristian Graus12-Jul-05 17:29 
GeneralRe: Visual Studio 2003 with C# 2.0 Pin
grim_zax14-Jul-05 13:14
grim_zax14-Jul-05 13:14 
Generalsimple license Q's Pin
Anonymous12-Jul-05 13:37
Anonymous12-Jul-05 13:37 
GeneralRe: simple license Q's Pin
Christian Graus12-Jul-05 14:12
protectorChristian Graus12-Jul-05 14:12 
GeneralRe: simple license Q's Pin
Anonymous12-Jul-05 14:44
Anonymous12-Jul-05 14:44 
GeneralRe: simple license Q's Pin
Expert Coming12-Jul-05 15:20
Expert Coming12-Jul-05 15:20 
GeneralRe: simple license Q's Pin
Dave Kreskowiak12-Jul-05 15:32
mveDave Kreskowiak12-Jul-05 15:32 
GeneralRe: simple license Q's Pin
Anonymous12-Jul-05 16:47
Anonymous12-Jul-05 16:47 
k, so not that it really matters,
but what i'm doing is creating a unique pc id, from proc id/serial, bios, macadd, and hdd id.
then i am writing this to **currently** the isolatedstorage (IS),
i'm then creating a line in the IS that has the date of license which is hard coded to the app
and then i verify that date against today before the app runs, so if the date is the same(i install today, license today) i write the mac id to the isolatedstorage,
if it is not the same date then it verifies the mac id, if it fails to verify app stops, if success, app runs.

my problem is not so much the app being leaked, as it will only run inside the firewall of the customer,
also it is designed to only work on the machines I install it on and only if i install it on the same date as it is licensed on, so if someone does try to copy it to thier pc and they know about the isolated storage and they happen to copy that as well it won't run because the macid doesn't verify...
but if they don't know about the IS and they don't copy it then the program just re-writes the licensed date and then doesn't verify against the current date.

my concern also is not with hackers of the software as much as with the data that is available, meaning yes there are those who will attempt to copy the program,BUT those whom I expect to do such don't know how to hack, (trust me, they can't) but they do have access to my database, so if they were poking around one day and happened to find that info then they could override the system.
The reason for the date verification is so that the macId isn't accidently written to the IS when it is copied to another pc.

And yes, i completely understand that hard codeing the date into the compiled version is not a "Good" procedure, but I will be the only one installing it, and if I don't happen to install it on all the necessary pcs then i can mod it later.

again, the customer this is for is more damaging with the access they have, rather than the knowledge they *could* obtain.

any ideas, suggestions, better methods???


GeneralRe: simple license Q's Pin
Dave Kreskowiak13-Jul-05 1:32
mveDave Kreskowiak13-Jul-05 1:32 
Questionrefrences dll's, can the app still run? Pin
The Undefeated - from my phone!12-Jul-05 12:57
sussThe Undefeated - from my phone!12-Jul-05 12:57 
AnswerRe: refrences dll's, can the app still run? Pin
Christian Graus12-Jul-05 13:29
protectorChristian Graus12-Jul-05 13:29 
GeneralRecommendations for learning... Pin
SolZer12-Jul-05 12:18
SolZer12-Jul-05 12:18 
GeneralRe: Recommendations for learning... Pin
eggie512-Jul-05 12:51
eggie512-Jul-05 12:51 
GeneralRe: Recommendations for learning... Pin
SolZer12-Jul-05 13:57
SolZer12-Jul-05 13:57 
GeneralRe: Recommendations for learning... Pin
Christian Graus12-Jul-05 13:30
protectorChristian Graus12-Jul-05 13:30 
GeneralRe: Recommendations for learning... Pin
SolZer12-Jul-05 13:57
SolZer12-Jul-05 13:57 
GeneralRe: Recommendations for learning... Pin
Christian Graus12-Jul-05 14:11
protectorChristian Graus12-Jul-05 14:11 
GeneralToolBar Color Pin
jchsiung212-Jul-05 11:58
jchsiung212-Jul-05 11:58 
GeneralRe: ToolBar Color Pin
MoustafaS12-Jul-05 13:44
MoustafaS12-Jul-05 13:44 
GeneralRe: ToolBar Color Pin
Anonymous13-Jul-05 19:33
Anonymous13-Jul-05 19:33 
GeneralRe: ToolBar Color Pin
MoustafaS14-Jul-05 0:51
MoustafaS14-Jul-05 0:51 
GeneralCreating a DLL in C# Pin
Alex Cutovoi12-Jul-05 11:54
Alex Cutovoi12-Jul-05 11:54 
GeneralRe: Creating a DLL in C# Pin
malharone12-Jul-05 12:17
malharone12-Jul-05 12:17 
GeneralRe: Creating a DLL in C# Pin
eggie512-Jul-05 12:53
eggie512-Jul-05 12:53 
GeneralRe: Creating a DLL in C# Pin
Anonymous12-Jul-05 16:25
Anonymous12-Jul-05 16:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.