Skip to content

Instantly share code, notes, and snippets.

@r2k0
Created April 19, 2011 18:04
Show Gist options
  • Save r2k0/929064 to your computer and use it in GitHub Desktop.
Save r2k0/929064 to your computer and use it in GitHub Desktop.
md5 in utf8 playing w/hashlib
import hashlib
hashlib.md5("foo:bar:123".encode('utf8')).hexdigest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment