Skip to content

Instantly share code, notes, and snippets.

@apas
Last active August 29, 2015 14:27
Show Gist options
  • Save apas/ad507e1938972be2197d to your computer and use it in GitHub Desktop.
Save apas/ad507e1938972be2197d to your computer and use it in GitHub Desktop.
import hashlib
o = hashlib.md5(b"17,2,8,1,15,14,16,3,24,20,19,18,21,22,7,9,10,13,12,11,4,5,6,61,34,45,33,44,43,39,41,42,40,37,48,38,47,29,31,35,51,50,36,32,46,30,26,49,25,23,52,55,56,59,60,57,58,28,27,54,53,110,91,69,72,66,67,70,65,71,68,80,79,62,98,106,105,87,88,81,102,93,103,63,76,74,101,109,90,83,82,107,104,73,99,100,108,75,77,92,97,84,86,95,85,78,89,64,96,94,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127")
print o.hexdigest() # 7e1f461b2934873b69258a8659b1412f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment