storing data securely

E

ek1

Hi,

I need a method in which to store data securely on windows XP/2003
using C#.

By secure I want to a) prevent user reading and changing the data and
b) prevent user copying over data

I can solve the first problem easily by using encryption, however I do
not know of any storage method which cannot be copied over. For example
files may be copied over, registry keys can be restored. If I cannot
prevent a user copying over my data I want to be able to at least
determine that the user has done so using. Anyone have any suggestions?
Is there a secure storage area in Windows?

Thanks.
 
E

ek1

by the wat the c# program will be installed to a users PC, so I cannot
solve this using permissions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top