Is it possible to obfuscate php code each time giving a new result?
Is it possible to obfuscate php code each time giving a new result, so that, for example, out of 10 generations, not one would be equal to another in code?
Can someone be able to provide a link to the github project?
technically it's possible, just need to add randomness to the variables/functions/etc names generation.
don't know if there's any project around implemented such functionality.