Forum Discussion

wshirley's avatar
wshirley
Binge Watcher
7 years ago

Computing sha256 hash on an empty string

I'm trying to connect to an Amazon S3 bucket using a "Get" command.  The Get has no payload, so Amazon requires a header with a SHA256 hash on an empty string.  I've tried the following code (and seve...