CLIでHMAC-SHA256の計算結果を求める方法:
echo -n "value" | openssl dgst -sha256 -hmac "secret_key"
Go to list of users who liked
More than 5 years have passed since last update.
CLIでHMAC-SHA256の計算結果を求める方法:
echo -n "value" | openssl dgst -sha256 -hmac "secret_key"
Register as a new user and use Qiita more conveniently
Go to list of users who liked