hmac-generator: new program, to be able to test with curl

42sh$ echo toto | curl -d @- -H "X-ADLIN-Authentication: $(hmac-generator secret)" https://adlin.nemunai.re/api/secret
This commit is contained in:
nemunaire 2018-02-20 15:07:00 +01:00 committed by Pierre-Olivier Mercier
commit b51b1e010a
2 changed files with 20 additions and 0 deletions

1
hmac-generator/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
hmac-generator