Skip to content

Instantly share code, notes, and snippets.

@codeck
Created March 27, 2015 13:51
Show Gist options
  • Save codeck/55891c3d8e8d3c62d669 to your computer and use it in GitHub Desktop.
Save codeck/55891c3d8e8d3c62d669 to your computer and use it in GitHub Desktop.
random password
openssl rand 256|tr -dc '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB'|head -c12
@codeck
Copy link
Author

codeck commented Mar 27, 2015

left hand input and right hand mask 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment