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