Skip to content

Instantly share code, notes, and snippets.

@jfunez
Created February 24, 2016 15:06
Show Gist options
  • Save jfunez/873c78890d55354739c8 to your computer and use it in GitHub Desktop.
Save jfunez/873c78890d55354739c8 to your computer and use it in GitHub Desktop.
gerar secret key
import os
import binascii
binascii.hexlify(os.urandom(24))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment