Created
January 27, 2017 14:25
-
-
Save mabroor/309d2bce0e6b04afefb9930d6c7ae911 to your computer and use it in GitHub Desktop.
Generate a secure URLsafe 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
python3 -c "import secrets; print(secrets.token_urlsafe(32))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment