Skip to content

Instantly share code, notes, and snippets.

@shonenada
Created January 11, 2019 07:53
Show Gist options
  • Save shonenada/4107c652496bbf3280bfd9c364bdbff3 to your computer and use it in GitHub Desktop.
Save shonenada/4107c652496bbf3280bfd9c364bdbff3 to your computer and use it in GitHub Desktop.
AT=$(echo -n "$DATA" | openssl sha1 -hmac "$QINIU_SK" -binary | openssl base64 -e)
echo "$QINIU_AK:$AT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment