Unfortunately, you can't do this in CF, even though I think you should. These are all available in the Java API. And they were even listed in the CF8 docs when it was realeased. I had to notify the CF team that several of the algorithms they had listed actually didn't work. So the docs may be up to date now. In any event, they may add this in with a patch or something, but for now you'll have to do it in Java.
On 10/5/07, James Smith <[EMAIL PROTECTED]> wrote: > > I have a need to do the following... > > <quote> > Create an RFC 2104 compliant HMAC-SHA1 hash on the Action+Timestamp > string, > using the Secret Access Key as the "key". > </quote> > > Unfortunately is seems like I can use hash() with the SHA algorithm but > not > provide a "key", or I can use encrypt() with a key but it doesn't support > SHA. > > Any idea how I can achieve this requirement? > > -- > Jay > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.14.1/1050 - Release Date: > 04/10/2007 > 17:03 > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:290341 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

