Skip to content

Generate random token

Why

Sometimes you may want to make a random token for a secret

How

head -c 12 /dev/urandom | shasum | cut -d ' ' -f1

Want to make this site better? Open a PR or help fund hosting costs