Posted comments (16)

Posted by Hieu Tran at October 8, 2011 18:53:10 CEST
Hi admin, thank a lot for your tools. But i want to obfuscate scripts larger 100k characters. can you share your obfuscation script ?
Posted by Alex 3dom at January 18, 2012 05:33:08 CET
this tool verry amazing but why just 100k characters are allowed.
i hope can more 100k, because i like coding.
great for you
Posted by Claus at June 14, 2012 16:44:09 CEST
oh my god verry amazing tool, but why just allowed 100k ??
i hope can more than 100k.
Posted by Sebastian at August 15, 2012 15:40:13 CEST
Thank you! It's so Useful :)
Posted by Rod at January 25, 2013 20:19:27 CET
Hi Admin
I´m new PHP developer, I wish t protect my scripts to run obfuscated in my clients websites. Your page is very usefull.
I wish to ask you can send me that script. Encrypt and decrypt like this in this page. If not free, no problem I can pay for that trought PAYPAL.., can you help me?
Posted by James at January 29, 2016 18:32:43 CET
is possible download result as TXT/php file...


i enter (Number of times to loop = 5 ) and my
obfuscated code is impossible to copy...

the page freezee and not respond...

thanks...
Posted by Darkwitch at May 3, 2017 15:13:30 CEST
For people who ask the script you can use this :
<?php
function Obfuscate($code){
$obf = strrev(str_rot13(base64_encode(gzdeflate('$code'))));
return $obf;
}
$cleancode = ""; //your clean code goes here (can be a $_POST value)
echo Obfuscate($cleancode);
?>
for people who want to change the algortyhm you can use all of this :
base64_encode(gzdeflate('$code'))
base64_encode(str_rot13(gzdeflate('$code')))
str_rot13(base64_encode(gzdeflate('$code')))
str_rot13(base64_encode(base64_encode(gzdeflate($code'))))
base64_encode(gzcompress('$code'))
base64_encode(str_rot13(gzcompress('$code')))
str_rot13(base64_encode(gzcompress('$code')))
base64_encode('$code')
base64_encode(gzdeflate(str_rot13('$code')))
str_rot13(strrev(base64_encode(gzdeflate('$code'))))
strrev(base64_encode(gzdeflate('$code')))
str_rot13(base64_encode(gzdeflate('$code')))
strrev(str_rot13(base64_encode(gzdeflate('$code'))))
base64_encode(gzcompress(base64_encode('$code')))
rawurlencode(base64_encode(gzdeflate('$code')))
base64_encode(str_rot13(gzdeflate(str_rot13('$code'))))

place them after $obf = and don't forget the ; at hte end of the line ;)
Posted by Tammy at October 5, 2017 00:29:35 CEST
One of my sites got hacked recently and this is a php file I did not recognized. Do hackers use this for a specific reason? I'm just curious and trying to learn as I clean these files. Thanks!
Posted by Stef at July 19, 2018 09:09:29 CEST
May i know this after encrypted got limited time after that
Posted by Stephen at November 20, 2018 09:01:56 CET
+Stef
No, this obfuscator using only php native methods, also simple.
You will not get any limited time.
However, if you worrying about this, you can create your own method with this:

base64_encode(gzdeflate('$code'))
base64_encode(str_rot13(gzdeflate('$code')))
str_rot13(base64_encode(gzdeflate('$code')))
str_rot13(base64_encode(base64_encode(gzdeflate($code'))))
base64_encode(gzcompress('$code'))
base64_encode(str_rot13(gzcompress('$code')))
str_rot13(base64_encode(gzcompress('$code')))
base64_encode('$code')
base64_encode(gzdeflate(str_rot13('$code')))
str_rot13(strrev(base64_encode(gzdeflate('$code'))))
strrev(base64_encode(gzdeflate('$code')))
str_rot13(base64_encode(gzdeflate('$code')))
strrev(str_rot13(base64_encode(gzdeflate('$code'))))
base64_encode(gzcompress(base64_encode('$code')))
rawurlencode(base64_encode(gzdeflate('$code')))
base64_encode(str_rot13(gzdeflate(str_rot13('$code'))))

Happy coding! :)
Posted by Vincent at December 4, 2018 23:15:59 CET
Very amazing tool!
Thank you!
Posted by Jeff at January 13, 2019 22:10:54 CET
Very nice!
Posted by Enderthedev at June 17, 2019 13:53:42 CEST
Thanks Admin For Making This Site ^^
Posted by Nathan at June 22, 2019 15:58:32 CEST
This isn't obfuscation at all. This is just encoding text. The fact that it requires an `eval` call is ridiculous. Obfuscation is supposed to re-write your code in such a way that it's difficult for humans to read. Not in such a way that it's completely easy to manually decode. I could manually decode this in a matter of seconds just by replacing `eval` with `echo`. It's not obfuscation.
Posted by Arash at October 8, 2019 18:20:31 CEST
Hi ! Thank For You Nice Service Can I pay you and obfuscate more than 100k charters :) thanks
Posted by Handshake at September 30, 2021 02:21:46 CEST
Please how is the Obfuscated version of the script executed after Obfuscating? Got the following error after Obfuscated the script.

Parse error: syntax error, unexpected '<', expecting end of file in C:\xampp\htdocs\test.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 1