1

I want to protect my python script with HWID in android

I want so that only people who have HWID can access my script

example :

HWID = {
"63e2xxx57d94",
"87g5xxxh6388",
"6634xxx65h9f"
}
#How To Check This ?
XHWID = 'some id'  
if HWID == XHWID:
     print("Success")
else:
     print("Failed")
exit()
Mitzi
  • 2,652
  • 1
  • 20
  • 15
Gabrielle
  • 19
  • 1

0 Answers0