Reverse/checkmeproject_scrb/keygen.py

4 lines
117 B
Python
Raw Normal View History

2024-11-18 13:31:58 +08:00
name = "chenx221"
total_ascii = sum(ord(char) for char in name)
serial = total_ascii * 2003 * len(name)
print(serial)