When using the CryptoAPI to generate a hash value it's always just returning empty strings no matter what string I try to generate a hash value for. Can someone point me at what I'm doing wrong please. I've attached a screen shot of my ultra simple application in the debugger so you can see...
I tried specifying the algorithm or just leaving it to default, but nothing makes any difference. Am I missing something obvious? I even looked at the .NET code for the extension to check it wasn't just empty code, but that looked ok.
Hello Richard,
Could you please share your OML?
Thanks & Kind Regards,
Sachin
Hi Richard,
SHA512 is not a supported algorithm in the Crypto API ComputeHash function.
You can however use the CryptoAPI Extended forge component that extends CryptoAPI shortcomings allowing you to do so, as you can see by the description of the component below:
Kind Regards,João