Where is HMAC needed? Amazon Web Services, Credit Card Gateways, Twitter, etc...
Which CFer has used HMAC successfully with ColdFusion?
What can we use today?
- HMAC_SHA1() <-- would the author please post to cflib or adobe cookbooks?
what has Henry been learning these days?
A retronym applied to the original version of the 160-bit hash function published in 1993 under the name "SHA". It was withdrawn shortly after publication due to an undisclosed "significant flaw" and replaced by the slightly revised version SHA-1.And according to owasp.org
SHA-0 has been conclusively broken. It should no longer be used for any sensitive applications.
.... In ColdFusion 9, the Hash() function also leverages the message digests supplied by the SunJCE provider.
...
algorithm
Optional. This is the algorithm used to hash the string. ColdFusion includes a backward-compatible algorithm, as well as the default algorithms supported by the SunJCE provider:
ColdFusion 9 Enterprise edition includes the following RSA BSafe Crypto-J library algorithms for use with hash():
@henrylearn2rock I use the request scope for this. Inject code into request.footer, then in the closing of my view, check for and publish.Nice! I guess we don't need <cfhtmlfoot> after all. Thanks Terrence.
@henrylearn2rock M2 supports this on OpenBD. cfhtmlbody: http://is.gd/esh24 & htmlbody(): http://is.gd/esh0Z Railo tix: http://is.gd/esh7x