mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-16 08:05:06 -04:00
py2-kms upload
This commit is contained in:
parent
1d038f22b5
commit
0974c3e33a
19 changed files with 4155 additions and 0 deletions
6
py2-kms/randomHWID.py
Normal file
6
py2-kms/randomHWID.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import uuid
|
||||
|
||||
key = uuid.uuid4().hex
|
||||
print key[:16]
|
Loading…
Add table
Add a link
Reference in a new issue