py2-kms upload

This commit is contained in:
Matteo ℱan 2018-02-28 23:25:00 +01:00 committed by GitHub
parent 1d038f22b5
commit 0974c3e33a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 4155 additions and 0 deletions

6
py2-kms/randomHWID.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
import uuid
key = uuid.uuid4().hex
print key[:16]