Skip to main content
This topic has been closed for replies.

2 replies

Participating Frequently
June 7, 2012

Would it be possible to list the supported algorithms and encodings along with the defaults? I'm assuming they would match with Hash(). Also shouldn't the category be "Security functions"?

Inspiring
April 11, 2013
Roman_Savchyn
Participating Frequently
July 24, 2013

HMACRIPEMD160 algorithm they used in sample is not listed at docs.oracle.com article. So, ColdFusion's algorithm names must be different.

Algorithms from this article http://msdn.microsoft.com/en-us/library/system.security.cryptography.h mac.aspx recognized with HMac():

HMACMD5, HMACRIPEMD160, HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512

Roman_Savchyn
Participating Frequently
May 17, 2012

HMac function returns encrypted string. Not a Boolean value as description states.