freechat/server-api/scripts/generate-hmac.sh
2020-12-22 21:28:57 -08:00

3 lines
62 B
Bash

#!/bin/bash
cat /dev/urandom | fold -bw 16 | base64 | head -1