Skip to content

Instantly share code, notes, and snippets.

@gleber
Created July 19, 2009 19:40
Show Gist options
  • Select an option

  • Save gleber/150013 to your computer and use it in GitHub Desktop.

Select an option

Save gleber/150013 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import hashlib
for i in xrange(1, 1000000):
m = hashlib.sha1()
m.update("test")
m.digest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment