in reply to Binary config file suggestions
If this is some sort of user config file that you want to be controlled by your program (and only modified by your program), then that is different. Leave the file in plain text and put a fancy "checksum" at the end. Lots of ways to do that. Program doesn't run if "checksum" doesn't jive. Your program controls encryption keys and algorithm to generate the "checksum".
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Binary config file suggestions
by GrandFather (Saint) on Mar 12, 2009 at 19:07 UTC | |
Re^2: Binary config file suggestions
by almut (Canon) on Mar 12, 2009 at 18:11 UTC |