Skip to content

Instantly share code, notes, and snippets.

@oskin1
Created December 29, 2018 07:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oskin1/7390048db61dc6c31b5343f51d5ffde1 to your computer and use it in GitHub Desktop.
Save oskin1/7390048db61dc6c31b5343f51d5ffde1 to your computer and use it in GitHub Desktop.
import secrets
if __name__ == '__main__':
secret = secrets.token_bytes(32)
print('Seed: \n{}'.format(secret.hex()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment