how do I use the Encryptor that I've found in this website: http://javascript.about.com/library/blenc1.htm
how do I encrypt HTML scripts?
What If you put your encrypted codes in a JavaScript and I turned my Javascript off?
No content!
Anyway, Why would you try to hide your sources?
No content!
Anyway, Why would you try to hide your sources?
well i have created a script, a very good one for playing on a web based game
it's very helpful and I want to let others use, but not steal my script,
so, how do i encrypt my HTML script?
it's very helpful and I want to let others use, but not steal my script,
so, how do i encrypt my HTML script?
| janszmatt wrote: |
| well i have created a script, a very good one for playing on a web based game
it's very helpful and I want to let others use, but not steal my script, so, how do i encrypt my HTML script? |
In the end, people can steal it if they really want to. You'll just annoy them.
At least they put some effort in stealing rather than copying and pasting.
well i have also heared about encryping HTML code but its really useless.
If 5% ofyour visiters want to steal your code, i think there are more than 80% chances that they will do it, so there is no need to do such encryption.
Edit: However i am surprised by the way Gmail opens the mail box. Opera doesnt show the source code and shows just a little bit java and i dont know what the java code does to download the actual html code or whatever. Use the same way Gmail does and you will protect your site from atleast me
(including all those persons those are not java masters, because i realise that the code used by gmail is not easy to be understood even (may be) by average java programmer).
If 5% ofyour visiters want to steal your code, i think there are more than 80% chances that they will do it, so there is no need to do such encryption.
Edit: However i am surprised by the way Gmail opens the mail box. Opera doesnt show the source code and shows just a little bit java and i dont know what the java code does to download the actual html code or whatever. Use the same way Gmail does and you will protect your site from atleast me
| imagefree wrote: |
| well i have also heared about encryping HTML code but its really useless.
If 5% ofyour visiters want to steal your code, i think there are more than 80% chances that they will do it, so there is no need to do such encryption. Edit: However i am surprised by the way Gmail opens the mail box. Opera doesnt show the source code and shows just a little bit java and i dont know what the java code does to download the actual html code or whatever. Use the same way Gmail does and you will protect your site from atleast me |
I suppose you mean Javascript. Java would be even worse, as a lot of people don't have it installed.
But there are multiple techniques, like loading it with AJAX, checking the referer header, pseudo-encrypting it, two-way-encrypting and decrypting it, ... Just search on Google.
