Possible Duplicate:
How to encrypt HTML, CSS and JavaScript to prevent theft
Please tell how to encrypt html page surce code for any webpage using javascript function if not possible then please tell alternative ways..
Please tell how to encrypt html page surce code for any webpage using javascript function if not possible then please tell alternative ways.. |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
In order for the source to be rendered, it has to be decrypted in the browser and a DOM constructed, which which point the user can use a DOM inspector to access the DOM and serialize it back to HTML (thus creating a reasonable facsimile of the original HTML). Thus there is no way, alternative or otherwise. |
|||
|