Hi guys, I'm trying to encode the source code for my site and I was just wondering what is the best way to do this. Can anyone here give me some suggestions? Thanks
Search for source code obfuscator. That will turn the code in such a mess that no one will be able to understand it. You can actually first minify it (search for a minifier for your language), and then run via obfuscator. That will create such a mess that no one will understand it.