Hi
Could anybody please tell me how I can hide to my source code of my page. Any method? I heard that we can use javascript encryptor? How can I do this?
How can I hide my source code from my webpage? html-javascript
Started by codehelp, Jul 23 2010 05:08 AM
4 replies to this topic
#1
Posted 23 July 2010 - 05:08 AM
|
|
|
#2
Posted 23 July 2010 - 05:41 AM
Yes, there are encryptors. But people can still decrypt it and see the code.
To hide JavaScript you can send it to the page from the server-side-code.
+ There is a JavaScript forum a bit lower on the main page-->JavaScript and CSS
Edit: If you're doing stuff in the JavaScript that people may not see, you're doing it wrong.
To hide JavaScript you can send it to the page from the server-side-code.
+ There is a JavaScript forum a bit lower on the main page-->JavaScript and CSS
Edit: If you're doing stuff in the JavaScript that people may not see, you're doing it wrong.
#3
Posted 23 July 2010 - 08:33 AM
Moved to correct forum.
Check out our update Guidelines/FAQ. When posting code, remember to use code tags -
.
.
#4
Posted 23 July 2010 - 10:03 AM
The shortest answer is: you can't. A better answer is: use AJAX, and perform the hidden logic on the server.
#5
Guest_johnny.dacu_*
Posted 26 July 2010 - 06:54 AM
Guest_johnny.dacu_*
WingedPanther has given the right answer. I just want to append a little bit. Any resource who is linked in a webpage is directly downloaded on user's computer. Is there is a person who really want's to view your code then even if you encoding somehow with js, your final result shoud be decoded for proper render.


Sign In
Create Account

Back to top









