mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-08 23:46:00 +01:00
How to create the hmac for the cookie file:
# echo -n "access-key" | openssl dgst -hmac "cyphernode:sparkwallet" -sha256 -binary | base64 | sed 's/[\+\W]//g'