mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-01-04 07:30:02 +01:00
7 lines
80 B
Python
7 lines
80 B
Python
#!/usr/bin/env python
|
|
|
|
import uuid
|
|
|
|
key = uuid.uuid4().hex
|
|
print key[:16]
|