Created
March 27, 2015 13:51
-
-
Save codeck/55891c3d8e8d3c62d669 to your computer and use it in GitHub Desktop.
random password
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
openssl rand 256|tr -dc '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB'|head -c12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
left hand input and right hand mask 😄