memEx/priv/random.sh
2022-11-03 18:23:16 -04:00

5 lines
75 B
Bash

#!/usr/bin/env sh
set -ou pipefail
cat /dev/urandom | base64 | head -c 64