hushhush has asked for the wisdom of the Perl Monks concerning the following question:
My app uses a perl config file that's basically just a data structure I pull in with a do call.
I'd like to make this a binary file so it's difficult for anyone but myself or select others, to modify the configuration file. Storable would almost be fine but that's a bit too easy for someone else to read in modify and write out a new one.
Basically I'm just trying to keep the honest people honest :) there are some people who will have file level access to the app that might be tempted to modify it, rather than go through channels.
Any suggestions, this is for a persistent web app so it only needs to load once at startup.
thanks in advance
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Binary config file suggestions
by Fletch (Bishop) on Mar 12, 2009 at 13:51 UTC | |
by Limbic~Region (Chancellor) on Mar 12, 2009 at 14:35 UTC | |
by Fletch (Bishop) on Mar 12, 2009 at 17:44 UTC | |
by Limbic~Region (Chancellor) on Mar 12, 2009 at 20:25 UTC | |
by Fletch (Bishop) on Mar 12, 2009 at 21:12 UTC | |
| |
Re: Binary config file suggestions
by sweetblood (Prior) on Mar 12, 2009 at 15:42 UTC | |
Re: Binary config file suggestions
by Marshall (Canon) on Mar 12, 2009 at 16:06 UTC | |
by GrandFather (Saint) on Mar 12, 2009 at 19:07 UTC | |
by almut (Canon) on Mar 12, 2009 at 18:11 UTC |