Is their anyway to make PHP take the HTML from its page and convert it into something like you can do at: http://www.dynamicdrive.com/dynamicindex9/encrypter.htm with your HTML. If this could happen, all our source codes would be protected.
Any ideas.
Question - HTML code encryption with php...
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- aerodromoi
- Forum Contributor
- Posts: 230
- Joined: Sun May 07, 2006 5:21 am
Re: Question - HTML code encryption with php...
You could also convert your source into base64 and decode it via javascript.tecktalkcm0391 wrote:Is their anyway to make PHP take the HTML from its page and convert it into something like you can do at: http://www.dynamicdrive.com/dynamicindex9/encrypter.htm with your HTML. If this could happen, all our source codes would be protected.
Any ideas.
However, not all users have javascript enabled in their browsers.
Furthermore, encoding special chars or using base64 is next to worthless as you can easily decode it.
aerodromoi
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US