machineid-rs 1.0.1

Get an encrypted HWID/MachineID on windows or linux
Documentation

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 = machineid_rs::encrypted_id("Your Key").unwrap()