Or, for double cheese..
Convert to the ascii equivalent (number formated to 3 numbers per character)
and parse on the other side...  additional Security through obscurity.
I was forced to do this by a remote message board... it worked pretty good
to prevent the problems.

If you are run 4.0.1 there is a URLDecode custom tag (since the function
does not exist in it as I remember)

Heath

-----Original Message-----
From: Ben Lowndes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 7:53 AM
To: CF-Server
Subject: RE: encrypt values in text controls


> I tried to use URLEncodedFormat, however, once the value is passed to the
> action page, I have no way to url-Decode the encoded (and
> encrypted) value.
>
> Is there any way to ensure that the encrypted values are Safe to
> use (pass)
> with the <input> control ?

Actually there is a URLDecode() function...
Also, using <TEXTAREA> instead on <input type=> will mean the quotes will
not cause you a problem.

--
Ben Lowndes, CF Contractor, London, UK
http://www.lowndes.net/
Currently available for new contracts.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to