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.... ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

