View Full Version : secure your source code
trinitybrown
Oct 11th, 2008, 02:50 AM
Can anybody tell me how one can secure his/her HTML code secure from being viewed by anybody, if you know a way, kindly let me know
WeWatch
Nov 23rd, 2008, 11:41 AM
You can't.
You could remove all line breaks and use some basic obfuscation techniques, but that's about it.
Keep in mind that any php, asp, cold fusion, etc is run on the server and not viewable by the browser. It runs on the server and presents the browser with the results.
Javascript is another story. It's run client side for the most part.
Make as much of your code run server side and you should be okay.
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.