py-kms/randomHWID.py

4 lines
53 B
Python
Raw Normal View History

2017-06-15 05:08:03 +08:00
import uuid
key = uuid.uuid4().hex
print key[:16]