here's my first try on obfuscation
maybe i got to much time at work ;)

$_="What is this?" ;my@t=unpack("C*",$_);my@ o;$o[0]=$t[0]-$t[12]+$t[9]-$t [6]+$t[2]+$t[9]-$t[10];$o[1]=$t[3] +$t[8]-$t[1]-$t[12]+$t[0]-$t[6]+$t[8]-$ t[10];$o[2]=$t[12]+$t[7]+$t[8]-$t[9]-$t[10] +$t[3];$o[3]=$t[9]-$t[12]+$t[9]-$t[7]-$t[8]+ $t[9];$o[4]=$t[8]-$t[0]+$t[6]-$t[10];$o[5]=$ t[6];$o[6]=$t[7];$o[7]=$t[10]+$t[9]-$t[12] -$t[7]-$t[8]+$t[9];$o[8]=$t[5];$o[9]=$t[3 ]+$t[8]-$t[12]-$t[0]+$t[4];$o[10]=$t[6];$ o[11]=$t[3];$o[12]=$t[7];$o[13]=$t[0]-$t[ 12]-$t[6]+$t[2]+$t[10];$o[14]=$t[9]-$t [12]-$t[7]-$t[8]+$ t[9]+$t[9]+$t[9] -$t[ 12]-$t[7]- $t[8]+$t[9 ];$ o[15]=$t[9 ]+$t[10] -$t[12]-$t [7]-$t[8]+$t [9];$o[16]=$t[3]+$t[8]-$ t[11] ;$o[17]=$t[6];$o[18]= $t[9]-$t[12]-$t[7]-$t [8]+$t[9]+$t[9]+$t[9 ]+$t[10]-$ t[12]- $t[7]-$t[8 ]; $o [19]=$t[2] ;$ o[ 20]=$t[3];$o[21]=$t[9]+$t[10]-$t[9];$o[22]=$t[0]-$t[12]-$t[6]+$t [2]+$t[10];$o[23]=$t[0]-$t[12]+$t[9]-$t[6]+$t[2];print pack ("C*",@o);

In reply to first obfuscation by m0ve

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.