in reply to Re: Rot13 Source Jumbling
in thread Rot13 Source Jumbling

Thank you very much - But would this code work for the script itself when executed? For example, the script would be all coded and I would need to run it:
#!/usr/bin/perl use DESRAMBLER; cevag "Pbagrag-glcr: grkg/ugzy\a\a"; cevag "uryyb jbeyq";

Thats a simple hello world script, but I have no idea how to descramble it at run time without using filter:util modules.