Created
September 17, 2018 17:36
-
-
Save WilliamQLiu/a94b39797ce4c8a11cac027669e03995 to your computer and use it in GitHub Desktop.
Secrets
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
""" 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