Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c52.html
Copy link to clipboard
Copied
Function syntax is missing numIterations and that Hash() will now work with byte arrays as well as strings as noted in Developing CFML Applications / Securing Applications / Security enhancements in ColdFusion 10
Copy link to clipboard
Copied
Just a couple notes about the algorithm descriptions:
1) "SHA-256: Generates a 44-character string" should probably be "SHA-256: Generates a 64-character string"
2) "SHA-384: Generates a 64-character string" should probably be "SHA-384: Generates a 96-character string"
Thanks!,
-Aaron