Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 20:25
Show Gist options
  • Save conoro/997201 to your computer and use it in GitHub Desktop.
Save conoro/997201 to your computer and use it in GitHub Desktop.
SHA Python
import sha
import md5
sha.new( md5.new( "password" ).hexdigest() + "1234567890123456789012345678901234567890").hexdigest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment