Skip to content

Instantly share code, notes, and snippets.

@WilliamQLiu
Created September 17, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WilliamQLiu/a94b39797ce4c8a11cac027669e03995 to your computer and use it in GitHub Desktop.
Save WilliamQLiu/a94b39797ce4c8a11cac027669e03995 to your computer and use it in GitHub Desktop.
Secrets
""" Create Quick Keys """
import secrets
print(secrets.token_urlsafe(64))
#'uT_aNtkVomcrkgZc5XFxKVlM3DnrBjcl_3P1yavGm2nqof74IZ5CR2Z1-0ga2jTK4i30I6RGsXodwXPq3repHQ'
# ^ don't use this one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment