Skip to content

Instantly share code, notes, and snippets.

@rturowicz
Created March 23, 2013 13:05
Show Gist options
  • Save rturowicz/5227668 to your computer and use it in GitHub Desktop.
Save rturowicz/5227668 to your computer and use it in GitHub Desktop.
import hashlib
m = hashlib.md5()
m.update("http://test.com/d0d5689be9f9c8b5.jpg")
print m.hexdigest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment