mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-17 07:15:14 +02:00
change heading from bash to openssl
parent
ab4147497c
commit
4a5b1d85a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '/+' '_-'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue