change heading from bash to openssl

Will Norris 2015-08-14 09:52:52 -07:00
parent ab4147497c
commit 4a5b1d85a6

@ -27,7 +27,7 @@ $ go run main.go "test" "https://www.google.fr/images/srpr/logo11w.png"
result: RYifAJRfbhsitJeOrDNxWURCCkPsVR4ihCPXNv-ePbA=
```
## Bash
## OpenSSL
```shell
$ echo -n "https://www.google.fr/images/srpr/logo11w.png" | openssl dgst -sha256 -hmac "test" -binary|base64| tr '/+' '_-'