View Single Post
  #6 (permalink)  
Old 10-27-04, 10:18 PM
nekeno12 nekeno12 is offline
Wannabe Coder
 
Join Date: May 2004
Location: CO
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
NEWS FLASH! IT CAN'T BE DONE! Here's the link to encode source code:

http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

but, it can be decoded at the same page. The problem is, the browser needs to be able to read the code. You can't encrypt the code and have it decoded server-side because HTML is never served live. It's always downloaded and cached and read from cache.

So, in conclusion: Forget about ecrypting your source.