Created
January 11, 2019 07:53
-
-
Save shonenada/4107c652496bbf3280bfd9c364bdbff3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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