Oh I see what they do. That's not exactly encryption. They just escape all
of the special characters, and then tell Javascript to spit them back out.
This is the same format that ColdFusion's URLEncodedFormat would give you.
Interesting, but definitely no secure solution. And I serious doubt it would
work for JavaScript.
Norman
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 4:23 AM
To: CF-Talk
Subject: AW: Encrypt of a Javascript/ColdFusion page
Hi Norman,
thanks for the answer.
I don't think you are right.
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.
The cfm-code isn't visible for the user since it is processed on the
server-side. Sure.
I am considering the JS-side only.
Any other sources than codeseal.com ??
Uwe
-----Urspr�ngliche Nachricht-----
Von: Norman Elton [mailto:[EMAIL PROTECTED]]
Gesendet: Samstag, 9. Juni 2001 05:29
An: CF-Talk
Betreff: RE: Encrypt of a Javascript/ColdFusion page
Uwe-
I'm not sure if anyone got back to you. I think everyone got caught up in
the encryption "debate" :).
I'm not exactly sure what you encrypted, but something sounds awry.
Encryption of CFM means that the user (supposedly) cannot see the SOURCE of
the page (i.e. the ColdFusion code). They only see what gets spit out as
results. Obviously, this is required for the browser to display it!
Since JavaScript is a client-side script, it cannot be encrypted. The best
you can do is put it in a seperate file, and link to it in a SCRIPT tag. The
user can still open up that file, as it is publically accessible.
If you encrypt JavaScript inside of a CFM page, it simply gets decrypted
when it gets sent to the browser.
I hope this is what you were asking. If not, send another note :)
Norman
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 2:51 PM
To: CF-Talk
Subject: Encrypt of a Javascript/ColdFusion page
I would like to encrypt a Javascript embedded in a CF-page.
I tried it with codeseal.com.
After encryption of the CF page JS isn't working correcty anymore.
Is there any change to encrypt JS/CF pages, that people can't see the JS
coding anymore ?
Thanks for ideas.
Uwe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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