mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-09-10 15:14:34 +08:00
3 lines
53 B
Python
3 lines
53 B
Python
import uuid
|
|
key = uuid.uuid4().hex
|
|
print key[:16]
|