mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-01-25 09:32:00 +08:00
6 lines
80 B
Python
6 lines
80 B
Python
#!/usr/bin/env python
|
|
|
|
import uuid
|
|
|
|
key = uuid.uuid4().hex
|
|
print key[:16]
|