py-kms/py2-kms/randomHWID.py
2018-02-28 23:25:00 +01:00

7 lines
80 B
Python

#!/usr/bin/env python
import uuid
key = uuid.uuid4().hex
print key[:16]