Created
July 24, 2020 07:34
-
-
Save iamucil/c1b0bb45e4d752312d8af0ea137ca660 to your computer and use it in GitHub Desktop.
Generate secure password using openssl
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 -base64 32 | tr -d "=+/" | cut -c1-16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment