HTML Output Edito/Ecnrypter or Source Code Editor/Encrypter?
-
My website is almost complete and the last step is to encrypt my source code, its to say, whenever I go to my website and use Ctrl+U or right click and select “View Source Code”, and it is encrypted. I do not necessarily have to encrypt the entire Source Code but some parts of it.
I have been through many plugins including HTML Cleanup, which directly eliminates html lines out of my experience, instead of replacing them with the code I want. This eventually crashes my website.
Another plugin I used was Source Guard. Very great plugin from Codecanyon which encrypts the entire Source Code using HTML Obfuscation and JavaScript encoding, but with the slight drawback that some plugins do not work such as Transposh. After installing this plugin I tried to translate my website and nothing happens. Apart from that, everything works fine.
Hide my WP is also a plugin I used with a great feature that allows you to change the HTML Output by replacing old words and inserting new words. It works as follows:
old=new (old being the the word you want to replace with the new)
e.g. wordpress=<Script Language=’Javascript’><!–document.write(unescape(‘%77%6F%72%64%70%72%65%73%73’));//–></Script>Once I selected a word e.g. wordpress and inserted the javascript I want to replace it with, the plugin saves the changes, everything seems to be working fine but when I view the source code the only text that has been inserted was “<script”. Am I thinking wrong?
I have been through many old tricks such as preventing right-click on my website but this is sadly not the solution to my problem.
I am pretty sure that I am viewing this from the wrong perspective in order to find a solution and that I must “Think out of the box” but I just do not get round it. Is there a solution to my problem?
Many thanks!!!
- The topic ‘HTML Output Edito/Ecnrypter or Source Code Editor/Encrypter?’ is closed to new replies.