mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-14 15:15:07 -04:00
Uploaded py-kms_2017-06-01
This commit is contained in:
parent
9b00c0df09
commit
42d374a993
20 changed files with 4960 additions and 0 deletions
3
randomHWID.py
Normal file
3
randomHWID.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import uuid
|
||||
key = uuid.uuid4().hex
|
||||
print key[:16]
|
Loading…
Add table
Add a link
Reference in a new issue