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.
http://www.cafepress.com/UtopiaID
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.