PHP source code “obfuscation” with eval and rot13

StephieY

New Member
I once stumbled upon an online PHP source code "obfuscator" that scrambled the code using a combination of \[code\]str_rot13\[/code\] and \[code\]uuencode\[/code\]. The obfuscated source was a string being executed through \[code\]eval()\[/code\].I don't remember the site's name
 
Back
Top