Skip to content

Instantly share code, notes, and snippets.

@mabroor
Created January 27, 2017 14:25
Show Gist options
  • Save mabroor/309d2bce0e6b04afefb9930d6c7ae911 to your computer and use it in GitHub Desktop.
Save mabroor/309d2bce0e6b04afefb9930d6c7ae911 to your computer and use it in GitHub Desktop.
Generate a secure URLsafe password
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