How about this:

<CFSET encrypted = URLEncodedFormat(encrypt(string, key))>

---------------------------------------
Matt Robertson    [EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---------------------------------------


---------- Original Message ----------------------------------
from: "Jason Dowdell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 18 Apr 2002 18:14:51 -0400

Hi All,

I'm encrypting an integer using the encrypt() function
in CF.  Sometimes it puts a double quote character in
the encrypted string.  So when I put that value in a hidden
form field it looks something like this...

value="jd0"9em"

Of course you can see what happens.  The browser sees the
second double quote and disregards the rest of the value of
the variable.  I don't have the option of storing a hashed 
value as the primary key because the db is already designed.

Does anyone have any workarounds for this?

Thanks,
Jason
---------------------------------
Jason Dowdell
Engine Studio Inc.
www.EngineStudio.com
[EMAIL PROTECTED]
--------------------------------- 


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to