0
I want to create function to encrypt my code source when user execute my script using php
i want to create a a function or script can automatically encrypted the source code html + css + js + php ?
3 Respostas
+ 2
You can not encrypt page code because browsers will be unable to read it. Instead you can try to obfuscate (make it hardly readable by human) page code instead. Change name of variables for random generated ones, mess up with code structure without changing functionality, etc. Not a very effective measure in web programming anyway. Modern IDEs can easily handle it.
0
no it can brother i sow a script has this function
0
whit Java Script you can but it will effect page render and badly...