MachineID/HWID for Rust
Get the encrypted HWID/MachineID of a pc running Windows or Linux.
How to use
Getting the encrypted id is as simple as doing this
let id_result = encrypted_id.unwrap
Get the encrypted HWID/MachineID of a pc running Windows or Linux.
Getting the encrypted id is as simple as doing this
let id_result = machineid_rs::encrypted_id("Your Key").unwrap()