For some reasons, I have to disable view source for my html. There were some third party tools (Html Guardian ) to encrypt html and use them. I have manualy encrypt my htmls and use the converted html. But i would like to achieve it programatically using scripts, applets or whatever. Can I do it programatically?
I am using Asp.net MVC3 application. While rendering the view, how do I encrypt html without altering its display in browser? Is there any javascript available to do so?