py-kms/randomHWID.py

4 lines
53 B
Python
Raw Normal View History

2017-06-14 17:08:03 -04:00
import uuid
key = uuid.uuid4().hex
print key[:16]