mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-12-06 07:42:00 +01:00
4 lines
53 B
Python
4 lines
53 B
Python
|
|
import uuid
|
||
|
|
key = uuid.uuid4().hex
|
||
|
|
print key[:16]
|