py-kms/randomHWID.py

4 lines
53 B
Python

import uuid
key = uuid.uuid4().hex
print key[:16]