Module machine_id

Module machine_id 

Source
Expand description

Machine identification for hardware binding.

Collects hardware identifiers (MAC addresses, CPU ID, disk serial) and hashes them to create a stable machine ID.

Functionsยง

get_machine_id
Get the machine identifier for the current system.
get_machine_id_components
Get individual hardware components (for debugging).
is_machine_id_available
Check if machine ID is available on this system.
machine_id_from_components
Create a machine ID from custom components.