George Abraham wrote:

> Cutter,
> >From what little I saw, it looks like both the tags work in
> conjunction to camouflage the values of url variables. Say you don't
> want people to know that the ID of the record they are editing is 235.
> Then the URLEncrypt function will encrypt it with some junk-like
> output. Then the URlDecrypt will decrypt it whenever you need the ID
> on the server side. Hope that helps.
>
> George

Hmm. How are they different from the following:

<CFSET variables.mystring = URLEncodedFormat(Encrypt("my string goes
here", myseed))>
<CFLOCATION url="">
??

--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to