fix auth, decryption, api interaction

This commit is contained in:
Alex Bezdieniezhnykh
2025-01-20 10:17:35 +02:00
parent e21dd7e70f
commit ce25ef38b0
12 changed files with 146 additions and 103 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
cdef class HardwareInfo:
cdef str cpu, gpu, memory, mac_address, hash
cdef to_json_object(self)
cdef class HardwareService:
cdef bint is_windows
cdef HardwareInfo get_hardware_info(self)
cdef str calc_hash(self, str s)
cdef get_mac_address(self, interface=*)
cdef HardwareInfo get_hardware_info(self)