html - Can i make views that cannot be hacked -


i want give user web application deploy on own server. want put on image (advertising) user must not able hack , remove.

if give raw source code (php or asp.net), can circumvent code , remove logo , etc. have embed image resource (in asp.net), , dynamically load image page using code (c#/vb.net), , compile application, , distribute binaries.

this way casual user wont able remove. experienced user can still decompile code or view resource files, , change it.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -