py-kms/randomHWID.py
2017-06-14 23:08:03 +02:00

3 lines
53 B
Python

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