mirror of
https://github.com/SystemRage/py-kms.git
synced 2024-11-22 08:15:38 +01:00
4 lines
53 B
Python
4 lines
53 B
Python
import uuid
|
|
key = uuid.uuid4().hex
|
|
print key[:16]
|