Skip to content

Instantly share code, notes, and snippets.

@errzey
Created July 6, 2010 19:06
Show Gist options
  • Save errzey/465790 to your computer and use it in GitHub Desktop.
Save errzey/465790 to your computer and use it in GitHub Desktop.
import sys, hashlib
for line in file(sys.argv[2]):
if hashlib.md5(line.rstrip()).hexdigest() == sys.argv[1]: print line,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment