Last active
December 17, 2015 12:49
-
-
Save artiom/5612483 to your computer and use it in GitHub Desktop.
password through openssl
This file contains 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
# from http://www.tech-recipes.com/rx/1264/generate-passwords-with-openssl/ | |
openssl rand -base64 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment