Skip to content

Instantly share code, notes, and snippets.

@abhaybhargav
Created February 10, 2018 09:20
Show Gist options
  • Save abhaybhargav/53025aa854b217ad66837cb898229e02 to your computer and use it in GitHub Desktop.
Save abhaybhargav/53025aa854b217ad66837cb898229e02 to your computer and use it in GitHub Desktop.
import hashlib
import hmac
message_mac = hmac.new(“s3cr3tk3y”, msg=”Hello World”, digestmod=hashlib.sha256)
print message_mac.hexdigest()
2d9615ee921dab63c7c4c839842703fe338db46fdf17593a681bcee2c52721de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment