Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Encryption

Name: Anonymous 2009-03-31 0:01

Sup /prog/. See if you can decrypt this. It's generated from a PHP encryption algorithm I wrote several weeks ago.

This is encrypted in security level "3", based on four differing levels of message obfuscation.

------
Owdd, Z bdyyxbn rhn mfxmkb ew lg rdcvgpijapit rhn ghp.
------

Will post source code if anybody figures it out.

Also post some of your own encryption stuff if you want.

Name: Anonymous 2010-11-30 17:15

WELL, U GUESSED THE MFXMKG ME LR CONGRATULATE THE GAY

Thats the best I could manage!

I used the following code: -


foreach ($s as $w) {
  if ($w[5] == $w[9] && $w[6] == $w[10]
  && $w[0] != $w[1] && $w[0] != $w[2] && $w[0] != $w[3] && $w[0] != $w[4] ) {

  if (!preg_match( '/(.)[^\1]*\1/' , substr($w,0,10))) {
    print $w . "\n";
  }
  }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List