From 4a5b1d85a6e638179902586e854ad9881319a918 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Fri, 14 Aug 2015 09:52:52 -0700 Subject: [PATCH] change heading from bash to openssl --- URL-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URL-signing.md b/URL-signing.md index 9176941..0b4da65 100644 --- a/URL-signing.md +++ b/URL-signing.md @@ -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 '/+' '_-'