> You can encrypt JS. Look at www.codeseal.com Maybe the work
> encryption isn't 100% correct. The code is just not readable
> for the end-user. This would be enough for me.
> I don't care for the cfm part.
> ...
> I am considering the JS-side only.
>
> Any other sources than codeseal.com ??
That's not encryption at all, it's just escaping (or URL encoding)
characters. You can still read it pretty easily, or you can copy it into
your own page and run the unescape function on it.
You can encrypt scripts if you're going to run them on IE; the Windows
Script Host engine supports encrypted scripts:
http://msdn.microsoft.com/scripting/
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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