machineid-rs 1.0.1

Get an encrypted HWID/MachineID on windows or linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
## 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

```rust
    let id_result = machineid_rs::encrypted_id("Your Key").unwrap()
```