|
|
| No such thing as a small change | |
| PerlMonks |
Crypto Japhby liverpole (Monsignor) |
| on Nov 18, 2005 at 05:43 UTC ( #509695=obfuscated: print w/ replies, xml ) | Need Help?? |
|
This uses a trick I've thought about trying for several weeks, and finally got around to doing. It turned out much better than I had expected.
After it was working the way I liked, I did a search through past obfuscations at Perlmonks to make sure nobody else had done this before. The only other submission I found which uses crypt was this one, but its method is significantly different. One of the nice things about using crypt is that running perl -MO=Deparse on it doesn't give anything away. (I decided to create a signature based on the idea, too, which I'll use for the first time here).
@ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"
Back to
Obfuscated Code
|
|
||||||||||||||||||||||||