• Welcome to ForumKorner!
    Join today and become a part of the community.

Hiding Source Code

Justice

Power member.
Reputation
0
I'm in need of some help.

Is there any way I can encrypt my HMTL source code so it cannot be seen in the view source?

I do also know that browsers must read it in order to disply the page properly, so I'm not sure if this is possible.

Thanks.
 

Hubs

Member
Reputation
0
I don't think it is possible Justice
 

Sons Of Anarchy

User is banned.
Reputation
0
Yes you can.
Shawn posted a script to disable the right click.
I am not sure if you are aware of what modern cyber hakers do?
They send you a HTML file, which is encrypted in Javascript unescape.
You can encrypt it with Javascript unescape which makes it harder to reveal.
But anyone who knows what they are doing are enabled to decrypt it.

http://www.tareeinternet.com/scripts/unescape.html
 

Johnny_S

Power member.
Reputation
0
It's useless to disable right click when you can view page source on onther ways (View -> source). Also, to @Justice, HTML output must be readable in order to be rendered by browser. You can minify it, but not encrypt it.
 

Sons Of Anarchy

User is banned.
Reputation
0
Johnny_S said:
It's useless to disable right click when you can view page source on onther ways (View -> source). Also, to @Justice, HTML output must be readable in order to be rendered by browser. You can minify it, but not encrypt it.

You can encrypt it with unescape, it still works.
Check this topic I made a while ago:
http://forums.scamadviser.com/email-scams/paypal-fraud-including-full-back-check/

It includes paypal frauders trying to steal my shit with an encrypted HTML file.