Simple online PHP obfuscator help


Settings Remark
Number of times to loop thru the nested functions combinations The selected nested functions combinations can be looped one or more times.

For example:
You have selected the folowing nested functions combinations:
  • base64_encode(gzdeflate('Code'))
  • str_rot13(base64_encode(gzdeflate('Code')))
If you have entered "Number of times to loop" = 3, this tool will encode the PHP code as follow:

Loop 1:
  • base64_encode(gzdeflate('Code'))
  • str_rot13(base64_encode(gzdeflate('Code')))
Loop 2:
  • base64_encode(gzdeflate('Code'))
  • str_rot13(base64_encode(gzdeflate('Code')))
Loop 3:
  • base64_encode(gzdeflate('Code'))
  • str_rot13(base64_encode(gzdeflate('Code')))
The obfuscated code contains more scrambled code if more loops are used.
The encoding might take longer!