Created
April 18, 2016 10:51
-
-
Save mahimatics/52e19d4cca07b9a2738969f88cb1250b to your computer and use it in GitHub Desktop.
Password create bash
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
cat /dev/urandom | tr -cd '[[:graph:]]' | head -c 64 | strings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment