Skip to main content

All Questions

Tagged with
0 votes
1 answer
653 views

How do I get HMAC SHA1 hash and Base64 encoding in AppScript?

I currently have a small piece of code to get an authorization string in R Studio. I am trying to replicate the same function in App Script, but I have not been able to get the same result. The code ...
Manuel Jiménez's user avatar
1 vote
1 answer
3k views

Derive sha1 hash from openssl binary base64 value

Digital Cinema Packages contain checksums in the following format as described here: $ openssl sha1 -binary 'dcpfile.xml' |openssl base64 IxcfhXNHlw+1bbDFu0kp8KRylpU= How can I take a value such as ...
kieran's user avatar
  • 173