This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
py-kms
mirror of
https://github.com/SystemRage/py-kms.git
Watch
1
Star
0
Fork
You've already forked py-kms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0974c3e33a
py-kms
/
py2-kms
/
randomHWID.py
7 lines
80 B
Python
Raw
Blame
History
#!/usr/bin/env python
import
uuid
key
=
uuid
.
uuid4
(
)
.
hex
print
key
[
:
16
]
Reference in New Issue
View Git Blame
Copy Permalink