--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > swzoh wrote: > > > Or, if you really want to do it insdie PP, how about writing an script > > which obfuscates PP's scripts? Then, others may be benefited from it > > too. > > > > One issue you'd have to figure out is how to obfuscate the obfuscator > itself. Perhaps you could use the pipe plugin to write a small powerpro > server that takes obfuscated strings, decodes them into commands and > executes them. Short of the decoding, the pipe plugin already does that > out-of-the-box. >
What I had in mind was literally obfuscating, no encoding/decoding. I mean, just replace the variable names, labels, now function names with random series of alphanumerics up to its length limit (63?). But, your idea may be more securable, but don't know if it's feasible. I haven't thought about it seriously as I've never felt the need of obfuscation myself. Sean
