OpenSSL to create SHA1 hash
I am trying to find an application that I can run from the command line to create a SHA1 hash for authenticating the Mkto SOAP API. I thought openSSL would be the ticket but the result I am getting does not match what I get from quickhash.com or Marketo - API Header Generator and the result is an authentication failure.
The syntax I'm using is as follows: @echo-2 "dataToHash" | openssl dgst -SHA1 -hmac "encryptionString" > myResultsFile
Does anyone know if openSSL actually works? If so, what am I missing in the syntax. And if not, can anyone recommend a utility that I can download and run on my computer. I'm trying to create an automated process running from an OpenEdge program.
Thanks,
Wes