On Wed, 23 Mar 2005 11:51:06 -0500, Shaun Fryer wrote: > I wondering if anyone has experience with writing a preparser. > I've been tossing around the idea of writing a preparser that > will decrypt a perl script using PGP, then execute the code. > If anyone knows whether this is feasible, I'd appreciate a > pointer to some relevant docs. >
Whatever code you want to run must include the decryption key in order for it to then be decrypted and loaded into the perl interpreter for execution. If security by obscurity is good enough for you then go ahead but don't think this approach provides any real code security. andy > -- > ===================== > Shaun Fryer > ===================== > http://sourcery.ca/ > ph: 416-544-9461 > ===================== -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>