mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-13 14:44:50 -04:00
3 lines
53 B
Python
3 lines
53 B
Python
import uuid
|
|
key = uuid.uuid4().hex
|
|
print key[:16]
|