Skip to content

Instantly share code, notes, and snippets.

@607011
Created June 3, 2025 11:46
Show Gist options
  • Save 607011/e1bd684d1675f28ea46931dfd10b33de to your computer and use it in GitHub Desktop.
Save 607011/e1bd684d1675f28ea46931dfd10b33de to your computer and use it in GitHub Desktop.
Generate 16-byte long salts or nonces
head -c 16 /dev/urandom | hexdump -e '1/1 "%02x"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment