Script for generating a smiple hmac value
This commit is contained in:
parent
9a3833ea49
commit
47b4b7e35f
3
server-api/scripts/generate-hmac.sh
Normal file
3
server-api/scripts/generate-hmac.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat /dev/urandom | fold -bw 16 | base64 | head -1
|
Loading…
Reference in New Issue
Block a user