Basically, on Excel, I do want to create a signature from a secret key and message using HMAC SHA384.
I found some related articles but it was for HMAC SHA256
- Porting SHA-256 library to Excel: This works but I can't find any similar library for HMAC SHA384
- Excel formula-based without VBA or Macro: This works too, but again for SHA256
- Excel VBA for HMAC SHA: This was Japanese but easy to understand, however, this solution seems for Windows with
CreateObject
using ActiveX that not support on Mac OS as I know.
And some other research but no luck till now.
So, is it possible to do the same for HMAC SHA384 on Excel Mac OS?