in reply to Re: secure storage
in thread secure storage

This is true - anyone with basic perl knowledge can look at the script and workout how to pull out the original info. I am not after total security but only want to stop anyone cat'ing out the file. Other ideas I have had are using the perlapp ( active perl ) to produce a stand alone executable and embeding the rule file within the script or running the whole thing from a web server so the script in question is not directly accessable ( other than by web master ). Thanks for you reply.

Replies are listed 'Best First'.
Re: Re: Re: secure storage
by ask (Pilgrim) on Nov 23, 2001 at 17:05 UTC
    You still didn't tell us what it really is that you are trying to do. ;-)

    If you just want a bit of obfuscation, maybe a simple tr/// before you save and after you read the file could do.

     - ask

    -- 
    ask bjoern hansen, http://ask.netcetera.dk/   !try; do();