How do I protect the source code of my webpage?
I want to hide the source code, the same way Yahoo! Mail is able to hide its source code.
I’ve seen some other attempts on hiding source codes, but they’re not foolproof. Some only hide the source codes from right-clicking, but not from viewing source code from the menu bar (View > Source).
HTML encryption is not enough. It’s very easy to unescape these characters. Thanks anyway. Anything else?
I quickly did a little research as I find this intresting myself too.
You can use a HTML encrypter, then people will not be able to make anything out of your source code, however I suppose that someone with knowledge about this, can just as easly decrypt it again. Probably…