There is no help in CF5 for URLEncryptedFormat Where is the docs on that function?
>>> [EMAIL PROTECTED] 07/01/02 01:45PM >>> are you also using urlEncryptedFormat() (different fromt he kind of encryption you're talking about).. escapes characters not valid in url ken -----Original Message----- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 1:17 PM To: CF-Talk Subject: Decrypt Function What does this mean: "The value to be decrypted is not valid" I have the SAME KEY for the Encrypt & Decrypt. The value is being passed on the URL. #Encrypt("ThisValue","myE_KEY")# Then on another page: #Decrypt(URL.PID,"myE_KEY")# Gives me the error message indicated above.... ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

