Last active
April 15, 2019 23:21
-
-
Save medwig/87c6336368ced8a2b45e841ae7ef3854 to your computer and use it in GitHub Desktop.
Random 128 bit drawn from /dev/urandom one-liner
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 -c16 /dev/urandom | md5sum |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
source https://security.stackexchange.com/questions/71187/one-liner-to-create-passwords-in-linux