Sandy, Looking at the example in the HMAC() docs, they prefixed the algorithm type with "HMAC". Maybe if you try "HMACSHA-256", to see if it works?
On Tue, Sep 9, 2014 at 10:46 AM, Sandra Clark <[email protected]> wrote: > > Tried that, I am now getting an error telling me that "An error occurred > while generating HMAC. > Error: Algorithm SHA-256 not available." > > HASH() documentation is showing SHA-256 > *sigh* > > -----Original Message----- > From: Dean Lawrence [mailto:[email protected]] > Sent: Tuesday, September 9, 2014 9:53 AM > To: cf-talk > Subject: Re: HMAC Algorithms and Encoding? > > > Sandy, > > I do believe that you can use any algorithm that the hash function > supports. > Take a look at the documentation for hash and you will see what options you > have. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359251 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

