Possible Duplicate:
How to encrypt HTML source code output using PHP
I built my static website and I am finished now how to encrypt my source code? Can I hide HTML source code of my page so that nobody can see it?
I have used jquery, iframes, CSS and HTML.
I want protect my website from injection.

"i want protect my website from injection"Then you're not looking for "encryption", but for escaping of user input. Google that, there's a ton of content already out there. – deceze Mar 13 '12 at 6:57