Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created February 13, 2017 18:05
Show Gist options
  • Save AndyNovo/75256b1a2d30a42a852c6381dd857bc2 to your computer and use it in GitHub Desktop.
Save AndyNovo/75256b1a2d30a42a852c6381dd857bc2 to your computer and use it in GitHub Desktop.
import hmac, hashlib
print hmac.new("secretkey", "forge this punks", hashlib.sha256).hexdigest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment