Hacker News new | past | comments | ask | show | jobs | submit login

I've condensed the key generator into a bit of Python:

import sys, hashlib, hmac

print hmac.new("46DCEAD317FE45D80923EB97E4956410D4CDB2C2".decode("hex"), sys.argv[1].decode("hex"), hashlib.sha1).hexdigest()

# suitable for a t-shirt or something.







Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: