Skip to content

Instantly share code, notes, and snippets.

@evernick
Created June 17, 2015 05:31
Show Gist options
  • Save evernick/0a9482404dc2d59cc59f to your computer and use it in GitHub Desktop.
Save evernick/0a9482404dc2d59cc59f to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
import hashlib
if __name__ == "__main__":
m = hashlib.md5("hello".encode("UTF-8"))
data = (m.hexdigest())
print data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment