Advertisement
rfmonk

uuid_uuid_othermac.py

Feb 13th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3.  
  4. import uuid
  5.  
  6. for node in [0x1ec200d9e0, 0x1e5274040e]:
  7.     print uuid.uuid1(node), hex(node)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement