Click here to Skip to main content
15,905,914 members
Home / Discussions / System Admin
   

System Admin

 
QuestionHow To - prevent copy a file? Pin
Alon Ronen2-Feb-07 7:38
Alon Ronen2-Feb-07 7:38 
AnswerRe: How To - prevent copy a file? Pin
Dave Kreskowiak2-Feb-07 10:43
mveDave Kreskowiak2-Feb-07 10:43 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen2-Feb-07 10:50
Alon Ronen2-Feb-07 10:50 
GeneralRe: How To - prevent copy a file? Pin
Dave Kreskowiak2-Feb-07 11:23
mveDave Kreskowiak2-Feb-07 11:23 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen2-Feb-07 11:31
Alon Ronen2-Feb-07 11:31 
GeneralRe: How To - prevent copy a file? Pin
Dave Kreskowiak3-Feb-07 17:48
mveDave Kreskowiak3-Feb-07 17:48 
AnswerRe: How To - prevent copy a file? Pin
Michael Dunn2-Feb-07 12:53
sitebuilderMichael Dunn2-Feb-07 12:53 
AnswerRe: How To - prevent copy a file? Pin
Sebastian Schneider4-Feb-07 12:30
Sebastian Schneider4-Feb-07 12:30 
Like stated in the previous posts, there is no way to prevent the user from making a copy of the file if the app runs with the user's context. You could, however, encrypt the data-file. Depending on the encryption technique, there is a possibility of your application working significantly slower than before.

Additionally, the decryption routine AND the decryption key kave to be somewhere in your application (which is stored on the users computer). Thus, it is possible (though maybe not feasible) for the user to obtain these (by disassembly).

I believe what you NEED is a good licence agreement (ask a lawyer). This will not enable you to entirely prevent spread within one company, but will give you additional legal leverage if you discover that your data files have been sold to others (e.g. competitors).

Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.

AnswerRe: How To - prevent copy a file? Pin
Dan Neely5-Feb-07 2:21
Dan Neely5-Feb-07 2:21 
AnswerRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 3:40
Alon Ronen5-Feb-07 3:40 
AnswerRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 6:19
Alon Ronen5-Feb-07 6:19 
GeneralRe: How To - prevent copy a file? Pin
Dan Neely5-Feb-07 7:05
Dan Neely5-Feb-07 7:05 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 8:32
Alon Ronen5-Feb-07 8:32 
GeneralRe: How To - prevent copy a file? Pin
Dan Neely5-Feb-07 8:57
Dan Neely5-Feb-07 8:57 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 9:05
Alon Ronen5-Feb-07 9:05 
AnswerRe: How To - prevent copy a file? Pin
Mekong River10-Feb-07 14:53
Mekong River10-Feb-07 14:53 
QuestionNetwork privileges of localsystem account in Windows Pin
rana742-Feb-07 4:56
rana742-Feb-07 4:56 
AnswerRe: Network privileges of localsystem account in Windows Pin
Dave Kreskowiak2-Feb-07 10:56
mveDave Kreskowiak2-Feb-07 10:56 
GeneralRe: Network privileges of localsystem account in Windows Pin
rana742-Feb-07 17:50
rana742-Feb-07 17:50 
GeneralRe: Network privileges of localsystem account in Windows Pin
Dave Kreskowiak3-Feb-07 17:50
mveDave Kreskowiak3-Feb-07 17:50 
GeneralRe: Network privileges of localsystem account in Windows Pin
rana744-Feb-07 16:50
rana744-Feb-07 16:50 
GeneralRe: Network privileges of localsystem account in Windows Pin
Dave Kreskowiak5-Feb-07 1:21
mveDave Kreskowiak5-Feb-07 1:21 
GeneralRe: Network privileges of localsystem account in Windows Pin
rana745-Feb-07 16:00
rana745-Feb-07 16:00 
GeneralRe: Network privileges of localsystem account in Windows Pin
Dave Kreskowiak6-Feb-07 9:08
mveDave Kreskowiak6-Feb-07 9:08 
Questionrestart Pin
jeevirajan1-Feb-07 23:11
jeevirajan1-Feb-07 23:11 

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.