in reply to Obscure data

The easiest way would be to use Compress::Zlib or gzip, and simply save your config file compressed, and decompress it for modification.

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re: Re: Obscure data
by QM (Parson) on Nov 24, 2003 at 16:13 UTC
    gzip and it's cousins seem too trivial to undo -- the point (I think) is to make it too difficult to unobscure.

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of