PDA

View Full Version : php encryption


N8
02-23-2005, 03:09 AM
I am displaying an IFRAME on my site, but I want to encrypt the code so the iframe source cannot be seen when people view the page source.

Does anyone with php skills know how I might do this?

Dean C
02-23-2005, 09:05 AM
PHP is not the job for this. You can encrypt HTML but it can be decrypted by those with the necessary tools. Remember HTML is viewable source, unfortunately you have to deal with it being shown to everyone :)