Advertisement
Guest User

Untitled

a guest
May 25th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import uuid
  2. import clr
  3.  
  4. def GuidFromHash(explicit_salt_guid, tag):
  5. return str(uuid.uuid3(explicit_salt_guid, tag)).ToUpperInvariant()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement