Re: Signatures for config files
From: Etienne Charland (mystery@golden.net)
Date: 03/15/03
- Previous message: Vertical By Design Software: "SourceSafe Integration for Office"
- In reply to: aagora: "Signatures for config files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Etienne Charland" <mystery@golden.net> Date: Fri, 14 Mar 2003 22:45:41 -0500
Keep in mind that you can't make anything local fully protected. The user
can change the program as he wish. He can remove any security check from
your code, or do anything else. All what you can do is make it harder to
crack.
As Michael said, you can use NTFS to restrict write access to the config
file, but this can be cracked too (and quite easily). There are boot disks
that allows to change Windows's admin password...
Etienne
"aagora" <aagora@yahoo.com> wrote in message
news:074801c2e95c$0dd8a4c0$a101280a@phx.gbl...
> Hi,
> My goal is to protect against unwanted changes
> configuration files.
>
> Is it possible to protect config files (machine.config and
> exe.config and external config file), with a signature
> SHA1 for example, and making a exception when the file is
> not correct ?
>
> Need I do it myself or is exist something in the framework
> which do this automatically ?
>
> I would appreciate something like that :
> When the machine.config is loades by the system, the
> signature is checked automatically by the framework.
> And, for external config files, when I open the file with
> a reader,n the framwork do the same thing.
>
> Thank you.
- Previous message: Vertical By Design Software: "SourceSafe Integration for Office"
- In reply to: aagora: "Signatures for config files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|