But it won't make it all that much more difficult. They can still cut and paste it directly the Unicode that works on your site is going to work on theirs as well. Now if they want to modify it, they would have to un-encode it, but it would only take running through a reverse script of the one you used to encode it. Wouldn't take long at all.
-------------- Ian Skinner Web Programmer BloodSource Sacramento, CA -----Original Message----- From: Python Python [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:12 AM To: CF-Talk Subject: HTML Encrypt on the fly Well i dont need it right now, but some months ago it would have been very usefull to prevent a competidor to steal a very nice script that i've made for a client. Nothing super special, but my client was complaining that to very feature he adds the his website, there was a "similar" feature in the competidor's website. Just to make things more dificult. BP. >WHY WHY WHY ?????? > >This is NOT encryption...If it was your browser would be able to read it, >would it? > >If you really want to do this for some odd, pointless reason, use a java >filter and write it yourself. At least it will be a learning exercise. > > >WG > > >-----Original Message----- >From: Blood Python [mailto:[EMAIL PROTECTED] >Sent: 06 June 2003 17:20 >To: CF-Talk >Subject: HTML Encrypt on the fly > > >HTML Encrypt on the fly > >Hi, maybe some of you has already seen the HTML Encryption that makes an >HTML code like this: > ><h1>html is niceM</hi> > >look like this: > >[EMAIL PROTECTED]& >#97;isonl > >Just in case, here's a program that do that in html files >(http://antssoft.com/htmlprotector/). > > >Does anyone know a cfx, udf custom tag, COM object or anything to make CF >output the page HTML encrypted? > >Also, if such tool does not exists, i'm willing to develop one. Does anyone >have any idea how html encryption works? > >This is a one way only encryption, once encrypted, can't be decrypted. >Sounds very interesting. > >Thank you. > >BP. > >_________________________________________________________________ >The new MSN 8: smart spam protection and 2 months FREE* >http://join.msn.com/?page=features/junkmail > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

