Created
June 3, 2025 11:46
-
-
Save 607011/e1bd684d1675f28ea46931dfd10b33de to your computer and use it in GitHub Desktop.
Generate 16-byte long salts or nonces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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