I'm grasping to figure out exactly what it is you're trying to accomplish...

encryption == making it so that noone else can read it (e.g. SSL).

encoding == making strings safe in context (e.g. urlEncodedFormat(),
htmlEditFormat() ).  There is no encryption value in this type of encoding.

If you're trying to save money by spending lots of time working around using
SSL, you should look hard at that tradeoff.

Daryl

----- Original Message -----
From: "Bryan Laplante" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 10:25 AM
Subject: Re: [KCFusion] Encrypted string in forms


> If I remember right you can compare encoded strings by encodeing the
original string and compairing it to the allready encoded string. do you
know what the encryption strengh is on encoded strings. I seem to remember
that it is a little better than cfencrypt.



 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to