Thanks, but what I really need is to be able to use a supplied secret key with it. I was given a key to use and now I need to hash with it. sasha
-----Original Message----- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, September 29, 2007 2:14 PM To: CF-Newbie Subject: RE: creating md5 hash using a secret key CF's hash() already defaults into MD5. All you need to do is supply the string. You can readup on built-in hash and related encrypt, and GenerateSecretKey functions at http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/w whelp.htm?context=ColdFusion_Documentation&file=00000503.htm > -----Original Message----- > From: Sasha Pavlovic [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 29, 2007 1:51 PM > To: CF-Newbie > Subject: creating md5 hash using a secret key > > Please help, > > I need to create an md5 hash using a secret key that has been given to me. > The problem I am having is that the hash function that I can see in cfm > has > no place to use the secret key. HELP!!! > > sasha > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3088 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
