Created
May 2, 2023 23:53
-
-
Save stefanocudini/6d3634e7e40037d52c1f281438e75702 to your computer and use it in GitHub Desktop.
cryptographically secure random
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
#https://security.stackexchange.com/questions/183948/unix-command-to-generate-cryptographically-secure-random-string | |
LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment