Script for generating a smiple hmac value

This commit is contained in:
shockrah 2020-12-22 21:28:57 -08:00
parent 9a3833ea49
commit 47b4b7e35f

View File

@ -0,0 +1,3 @@
#!/bin/bash
cat /dev/urandom | fold -bw 16 | base64 | head -1