|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re^2: Crypto Japhby liverpole (Monsignor) |
| on Dec 06, 2005 at 18:14 UTC ( #514580=note: print w/ replies, xml ) | Need Help?? |
|
Very nice analysis++. The thing that took the most time was, of course, finding words (and combinations of word fragments) which gave the appropriate crypt results, since crypt is a one-way algorithm. I was especially surprised when I found the fairly long (5-letter) string "anOTH". @ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"
In Section
Obfuscated Code
|
|
||||||||||||||||||||