Heh, anything that gets sent to the browser can be inspected in fiddler
or even firebug.  And, if your applet or decryption process can be run
in the browser, someone can reverse engineer it to get at your code.
All you will protect yourself from are casual users, anyone with some
experience will be able to get at your code ;)

Chris Peterson
Gainey IT
Adobe Certified Advanced Coldfusion Developer

-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 19, 2007 3:31 PM
To: CF-Talk
Subject: Re: Stop View Source

 >>we will look into JS encryption

I remember having developed an (almost) perfect way to hide Javascript 
code from a page.
The idea was to encrypt it, send it encrypted as a string to a Java
applet.
This applet decrypted the script, and passed it to the browser for 
execution.

It worked well with Netscape 4, IE 4, may be IE 5 also, but with more 
recent browsers,
there is alwas a way to see the code after it has been decrypted.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291623
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to