This content has been marked as final.
Show 4 replies
-
1. Re: HMac
Roman Savchyn Jul 24, 2013 2:10 AM (in response to Community Help)HMac function returns encrypted string. Not a Boolean value as description states.
-
2. Re: HMac
David Epler Jun 7, 2012 10:51 AM (in response to Community Help)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"?
-
3. Re: HMac
Nathan Mische Apr 11, 2013 9:02 AM (in response to David Epler)The Mac algorithms are documented here: http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html#Mac.
-
4. Re: HMac
Roman Savchyn Jul 24, 2013 2:09 AM (in response to Nathan Mische)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


