py-kms/randomHWID.py

4 lines
53 B
Python
Raw Normal View History

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