> Is anyone using a html encryption program that they > would recommend? I'm currently using a cfencrypt that > scrambles the cfml code, but the html is still > legible when viewing the source.
You can't "encrypt" HTML per se.. You can encode it using various methods, but there are tools available that will easily decode it back to a regular format. Any way you look at it, you're generating plain text and sending it to the user's computer, where they can pretty much do what they want with it. Why do you need to hide your HTML anyway? -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
